aboutsummaryrefslogtreecommitdiff
path: root/src/core/debugger/gdbstub_arch.cpp
AgeCommit message (Collapse)Author
2024-02-04gdb: fix load/save of fp values in a32Liam
2023-12-04core: refactor emulated cpu core activationLiam
2023-03-12kernel: convert KThread to new styleLiam
2023-02-14remove constexpr from virtual functionarades79
Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14use a string view to skip allocationarades79
Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14add static lifetime to constexpr values to force compile time evaluation ↵arades79
where possible Signed-off-by: arades79 <scravers@protonmail.com>
2022-06-30gdbstub_arch: Directly access SP registerlat9nq
Currently to access the SP register, RegRead and RegWrite rely on a out-of-bounds array access to reach the next element in a struct. As of writing only git versions of GCC catch this error. Specify the SP register when we want to access it in these functions.
2022-06-01gdbstub: fix target descriptionsLiam
2022-06-01core/debugger: Implement new GDB stub debuggerLiam