summaryrefslogtreecommitdiff
path: root/src/core/debugger/gdbstub_arch.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove constexpr from virtual functionGravatar arades792023-02-141-2/+2
* use a string view to skip allocationGravatar arades792023-02-141-10/+4
* add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades792023-02-141-2/+2
* gdbstub_arch: Directly access SP registerGravatar lat9nq2022-06-301-2/+6
* gdbstub: fix target descriptionsGravatar Liam2022-06-011-8/+85
* core/debugger: Implement new GDB stub debuggerGravatar Liam2022-06-011-0/+406