summaryrefslogtreecommitdiffstats
path: root/src/core/debugger/gdbstub_arch.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gdbstub_arch: Add missing virtual destructorLioncash2022-06-121-0/+1
| | | | | The class is used polymorphically, so it's undefined behavior to delete instances of GDBStubA64 and GDBStubA32 from the base class pointer.
* gdbstub: fix target descriptionsLiam2022-06-021-2/+2
|
* core/debugger: Implement new GDB stub debuggerLiam2022-06-011-0/+67