1 2 3 4 5 6 7 8 9 10 11 12 | (gdb) p/x ram + y + 0xfb44 $72 = 0x5555557a8688 (gdb) p/x &(this->dsp.m.extra) $73 = 0x5555557a84c0 (gdb) p/x &(this->dsp.m.surround_threshold) $74 = 0x5555557a84a4 (gdb) p/x &(this->m) $75 = 0x5555557a85e0 (gdb) p/x &(this->m.rom) $76 = 0x5555557a86c4 (gdb) p/x &(this->m.buf_begin) $77 = 0x5555557a8688 |