mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-27 17:48:05 +08:00
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:
committed by
Joel Sherrill
parent
750bde8c78
commit
a857a225d0
@@ -10,6 +10,8 @@ includes: []
|
||||
install: []
|
||||
install-path: ${BSP_LIBDIR}
|
||||
links:
|
||||
- role: build-dependency
|
||||
uid: objdbgaarch64
|
||||
- role: build-dependency
|
||||
uid: objdbgarm
|
||||
- role: build-dependency
|
||||
|
||||
@@ -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
|
||||
@@ -9,6 +9,7 @@ default: null
|
||||
default-by-variant: []
|
||||
description: ''
|
||||
enabled-by:
|
||||
- aarch64
|
||||
- arm
|
||||
- i386
|
||||
links: []
|
||||
|
||||
Reference in New Issue
Block a user