summaryrefslogtreecommitdiffstats
path: root/src/core/debugger/gdbstub_arch.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-30gdbstub_arch: Directly access SP registerlat9nq1-2/+6
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-02gdbstub: fix target descriptionsLiam1-8/+85
2022-06-01core/debugger: Implement new GDB stub debuggerLiam1-0/+406