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.
This commit is contained in:
Kinsey Moore
2021-11-01 08:39:00 -05:00
committed by Joel Sherrill
parent 750bde8c78
commit a857a225d0
5 changed files with 1913 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@ includes: []
install: []
install-path: ${BSP_LIBDIR}
links:
- role: build-dependency
uid: objdbgaarch64
- role: build-dependency
uid: objdbgarm
- role: build-dependency
+15
View File
@@ -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
+1
View File
@@ -9,6 +9,7 @@ default: null
default-by-variant: []
description: ''
enabled-by:
- aarch64
- arm
- i386
links: []