summaryrefslogtreecommitdiff
path: root/spec/build/cpukit/libdebugger.yml
blob: ba3e5d88522830d7242be82ebd1aca32ea1c002c (plain)
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
34
35
36
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:
  and:
  - BUILD_LIBDEBUGGER
  - not: RTEMS_QUAL
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