summaryrefslogtreecommitdiffstats
path: root/src/core/debugger/gdbstub_arch.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: convert KThread to new styleLiam2023-03-131-2/+2
* remove constexpr from virtual functionarades792023-02-151-2/+2
* use a string view to skip allocationarades792023-02-141-10/+4
* add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-141-2/+2
* gdbstub_arch: Directly access SP registerlat9nq2022-06-301-2/+6
* gdbstub: fix target descriptionsLiam2022-06-021-8/+85
* core/debugger: Implement new GDB stub debuggerLiam2022-06-011-0/+406