suyu/src/core/debugger
lat9nq 7b0affb6e0 gdbstub_arch: Directly access SP register
Currently to access the SP register, RegRead and RegWrite rely on a
out-of-bounds array access to reach the next element in a struct. As
of writing only git versions of GCC catch this error.

Specify the SP register when we want to access it in these functions.
2022-06-30 12:47:40 -04:00
..
debugger.cpp core/debugger: memory breakpoint support 2022-06-16 13:18:07 -04:00
debugger.h core/debugger: memory breakpoint support 2022-06-16 13:18:07 -04:00
debugger_interface.h core/debugger: memory breakpoint support 2022-06-16 13:18:07 -04:00
gdbstub.cpp gdbstub: fix register pokes 2022-06-25 12:07:20 -04:00
gdbstub.h core/debugger: memory breakpoint support 2022-06-16 13:18:07 -04:00
gdbstub_arch.cpp gdbstub_arch: Directly access SP register 2022-06-30 12:47:40 -04:00
gdbstub_arch.h gdbstub_arch: Add missing virtual destructor 2022-06-11 18:23:22 -04:00