summaryrefslogtreecommitdiffstats
path: root/src/core/debugger/gdbstub.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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