summaryrefslogtreecommitdiffstats
path: root/cpukit/libdebugger/rtems-debugger-aarch64.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-08-25libdebugger/aarch64: Set .start section to RWChris Johns1-1/+22
- Stops the server crashing when setting breakpoints in .start
2021-11-01cpukit/aarch64: Add libdebugger supportKinsey Moore1-0/+1884
This adds support for libdebugger under AArch64 using software breakpoints and the single-step execution mode present in all AArch64 CPUs.