summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/libdebugger.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Do not use coverage for librtemstestSebastian Huber2023-11-031-2/+4
| | | | | The goal is to get code and branch coverage from actual tests and not the test support itself.
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* cpukit/libdebugger: Add MicroBlaze supportKinsey Moore2022-02-231-0/+2
| | | | | | | | | | | | Add MicroBlaze support for libdebugger. This uses only software break type instructions to provide self-hosted GDB debugging support for applications since internal control of debug hardware is not possible. Also of note, this implementation for MicroBlaze would typically use the brki instruction for software break, but instead uses an illegal opcode to manage software breaks as exceptions. This is due to poor interaction with the debug hardware where the debug hardware will intercept software breaks instead of allowing the software break vector to execute.
* 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.