summaryrefslogtreecommitdiffstats
path: root/src/core/debugger (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-017-0/+1281