summaryrefslogtreecommitdiffstats
path: root/src/core/debugger/gdbstub_arch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gdbstub_arch: Directly access SP registerlat9nq2022-06-301-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.
* gdbstub: fix target descriptionsLiam2022-06-021-8/+85
|
* core/debugger: Implement new GDB stub debuggerLiam2022-06-011-0/+406