summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/libdebugger.yml
blob: bc9db7b8d63e16a2f1235280a25a52891c685738 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: library
cflags:
- ${COVERAGE_COMPILER_FLAGS}
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
cxxflags:
- ${COVERAGE_COMPILER_FLAGS}
enabled-by: BUILD_LIBDEBUGGER
includes: []
install: []
install-path: ${BSP_LIBDIR}
links:
- role: build-dependency
  uid: objdbgaarch64
- role: build-dependency
  uid: objdbgarm
- role: build-dependency
  uid: objdbgi386
- role: build-dependency
  uid: objdbgmicroblaze
source:
- cpukit/libdebugger/rtems-debugger-block.c
- cpukit/libdebugger/rtems-debugger-bsp.c
- cpukit/libdebugger/rtems-debugger-cmd.c
- cpukit/libdebugger/rtems-debugger-remote-tcp.c
- cpukit/libdebugger/rtems-debugger-remote.c
- cpukit/libdebugger/rtems-debugger-server.c
- cpukit/libdebugger/rtems-debugger-target.c
- cpukit/libdebugger/rtems-debugger-threads.c
target: debugger
type: build