summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/libdebugger.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit/aarch64: Add libdebugger supportKinsey Moore2021-11-011-0/+2
| | | | | | This adds support for libdebugger under AArch64 using software breakpoints and the single-step execution mode present in all AArch64 CPUs.
* spec/libdebugger: Only enable for supported architecturesChris Johns2021-10-221-1/+1
| | | | Closes #4533
* build: Sort source listsSebastian Huber2021-02-241-1/+1
| | | | Use the Python sorted() function to sort the "source" lists.
* build: Alternative build system based on wafSebastian Huber2020-09-141-0/+27
Update #3818.