summaryrefslogtreecommitdiffstats
path: root/src/core/debugger/gdbstub.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gdbstub: add ams monitor commandsLiam2022-11-111-0/+151
|
* gdbstub: fix register pokesLiam2022-06-251-0/+1
|
* core/debugger: memory breakpoint supportLiam2022-06-161-21/+118
|
* core/debugger: fix a number of shutdown deadlocksLiam2022-06-101-0/+2
|
* gdbstub: add missing library list commandLiam2022-06-041-22/+28
|
* core/debugger: Support reading guest thread namesLiam2022-06-021-13/+158
|
* Merge pull request #8402 from liamwhite/better-stepMorph2022-06-021-7/+92
|\ | | | | core/debugger: Improved stepping mechanism and misc fixes
| * core/debugger: Improved stepping mechanism and misc fixesLiam2022-06-011-7/+92
| |
* | gdbstub: Explicitly cast return type to u8Morph2022-06-011-2/+2
|/ | | | Otherwise, the addition promotes the returned value to an int instead of keeping it as a u8.
* core/debugger: Implement new GDB stub debuggerLiam2022-06-011-0/+382