summaryrefslogtreecommitdiffstats
path: root/src/core/debugger/gdbstub.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-25gdbstub: fix register pokesLiam1-0/+1
2022-06-16core/debugger: memory breakpoint supportLiam1-21/+118
2022-06-10core/debugger: fix a number of shutdown deadlocksLiam1-0/+2
2022-06-04gdbstub: add missing library list commandLiam1-22/+28
2022-06-02core/debugger: Support reading guest thread namesLiam1-13/+158
2022-06-01core/debugger: Improved stepping mechanism and misc fixesLiam1-7/+92
2022-06-01gdbstub: Explicitly cast return type to u8Morph1-2/+2
Otherwise, the addition promotes the returned value to an int instead of keeping it as a u8.
2022-06-01core/debugger: Implement new GDB stub debuggerLiam1-0/+382