summaryrefslogtreecommitdiffstats
path: root/src/core/debugger/gdbstub_arch.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-15remove constexpr from virtual functionarades791-3/+3
Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14use a string view to skip allocationarades791-3/+3
Signed-off-by: arades79 <scravers@protonmail.com>
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