aboutsummaryrefslogtreecommitdiff
path: root/src/core/debugger/gdbstub_arch.h
AgeCommit message (Collapse)Author
2023-12-04core: refactor emulated cpu core activationLiam
2023-02-14remove constexpr from virtual functionarades79
Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14use a string view to skip allocationarades79
Signed-off-by: arades79 <scravers@protonmail.com>
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