summaryrefslogtreecommitdiffstats
path: root/src/core/debugger/gdbstub_arch.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-13kernel: convert KThread to new styleLiam1-2/+2
2023-02-15remove constexpr from virtual functionarades791-2/+2
2023-02-14use a string view to skip allocationarades791-10/+4
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-2/+2
2022-06-30gdbstub_arch: Directly access SP registerlat9nq1-2/+6
2022-06-02gdbstub: fix target descriptionsLiam1-8/+85
2022-06-01core/debugger: Implement new GDB stub debuggerLiam1-0/+406