summaryrefslogtreecommitdiffstats
path: root/src/core/debugger (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-02core/debugger: Support reading guest thread namesLiam2-14/+158
2022-06-02gdbstub: fix target descriptionsLiam2-10/+87
2022-06-01core/debugger: Define defaulted virtual destructorsMorph3-2/+6
Resolves an MSVC warning where a virtual destructor is not defined in the base class with virtual functions.
2022-06-01core/debugger: Improved stepping mechanism and misc fixesLiam5-42/+134
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 debuggerLiam7-0/+1281