summaryrefslogtreecommitdiffstats
path: root/src/core/debugger/gdbstub_arch.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-12gdbstub_arch: Add missing virtual destructorLioncash1-0/+1
The class is used polymorphically, so it's undefined behavior to delete instances of GDBStubA64 and GDBStubA32 from the base class pointer.
2022-06-02gdbstub: fix target descriptionsLiam1-2/+2
2022-06-01core/debugger: Implement new GDB stub debuggerLiam1-0/+67