summaryrefslogtreecommitdiff
path: root/src/core/debugger/gdbstub_arch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gdb: fix load/save of fp values in a32Gravatar Liam2024-02-041-2/+2
|
* core: refactor emulated cpu core activationGravatar Liam2023-12-041-40/+32
|
* kernel: convert KThread to new styleGravatar Liam2023-03-121-2/+2
|
* remove constexpr from virtual functionGravatar arades792023-02-141-2/+2
| | | | Signed-off-by: arades79 <scravers@protonmail.com>
* use a string view to skip allocationGravatar arades792023-02-141-10/+4
| | | | Signed-off-by: arades79 <scravers@protonmail.com>
* add static lifetime to constexpr values to force compile time evaluation ↵Gravatar arades792023-02-141-2/+2
| | | | | | where possible Signed-off-by: arades79 <scravers@protonmail.com>
* gdbstub_arch: Directly access SP registerGravatar lat9nq2022-06-301-2/+6
| | | | | | | | 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.
* gdbstub: fix target descriptionsGravatar Liam2022-06-011-8/+85
|
* core/debugger: Implement new GDB stub debuggerGravatar Liam2022-06-011-0/+406