aboutsummaryrefslogtreecommitdiff
path: root/src/core/debugger/gdbstub_arch.h
AgeCommit message (Collapse)Author
2022-06-11gdbstub_arch: Add missing virtual destructorLioncash
The class is used polymorphically, so it's undefined behavior to delete instances of GDBStubA64 and GDBStubA32 from the base class pointer.
2022-06-01gdbstub: fix target descriptionsLiam
2022-06-01core/debugger: Implement new GDB stub debuggerLiam