summaryrefslogtreecommitdiff
path: root/src/core/debugger/gdbstub_arch.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-04gdb: fix load/save of fp values in a32Gravatar Liam1-2/+2
2023-12-04core: refactor emulated cpu core activationGravatar Liam1-40/+32
2023-03-12kernel: convert KThread to new styleGravatar Liam1-2/+2
2023-02-14remove constexpr from virtual functionGravatar arades791-2/+2
2023-02-14use a string view to skip allocationGravatar arades791-10/+4
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades791-2/+2
2022-06-30gdbstub_arch: Directly access SP registerGravatar lat9nq1-2/+6
2022-06-01gdbstub: fix target descriptionsGravatar Liam1-8/+85
2022-06-01core/debugger: Implement new GDB stub debuggerGravatar Liam1-0/+406