summaryrefslogtreecommitdiffstats
path: root/cpukit/libdebugger/rtems-debugger-aarch64.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libdebugger/aarch64: Set .start section to RWChris Johns2022-08-251-1/+22
| | | | - Stops the server crashing when setting breakpoints in .start
* cpukit/aarch64: Add libdebugger supportKinsey Moore2021-11-011-0/+1884
This adds support for libdebugger under AArch64 using software breakpoints and the single-step execution mode present in all AArch64 CPUs.