summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/objdbgaarch64.yml
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2021-10-25 12:19:13 -0500
committerJoel Sherrill <joel@rtems.org>2021-11-01 08:39:00 -0500
commita857a225d06b9090b0386934551392af073c731e (patch)
treecbfdc97aa7cdbd0db35673e47972ee79d6af2bea /spec/build/cpukit/objdbgaarch64.yml
parentbsps/aarch64: Mask debug events from startup (diff)
downloadrtems-a857a225d06b9090b0386934551392af073c731e.tar.bz2
cpukit/aarch64: Add libdebugger support
This adds support for libdebugger under AArch64 using software breakpoints and the single-step execution mode present in all AArch64 CPUs.
Diffstat (limited to 'spec/build/cpukit/objdbgaarch64.yml')
-rw-r--r--spec/build/cpukit/objdbgaarch64.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/spec/build/cpukit/objdbgaarch64.yml b/spec/build/cpukit/objdbgaarch64.yml
new file mode 100644
index 0000000000..5dded29c5f
--- /dev/null
+++ b/spec/build/cpukit/objdbgaarch64.yml
@@ -0,0 +1,15 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+build-type: objects
+cflags: []
+copyrights:
+- Copyright (C) 2021 On-Line Applications Research (OAR)
+cppflags: []
+cxxflags: []
+enabled-by:
+- aarch64
+includes: []
+install: []
+links: []
+source:
+- cpukit/libdebugger/rtems-debugger-aarch64.c
+type: build