Add heterogeneous debugging support and AMD GPU information.
[deliverable/binutils-gdb.git] / gdb / doc / all-cfg.texi
1 @c GDB MANUAL configuration file.
2 @c
3 @c Copyright (C) 1993-2020 Free Software Foundation, Inc.
4 @c Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
5 @c
6 @c NOTE: While the GDB manual is configurable (by changing these
7 @c switches), its configuration is ***NOT*** automatically tied in to
8 @c source configuration---because the authors expect that, save in
9 @c unusual cases, the most inclusive form of the manual is appropriate
10 @c no matter how the program itself is configured.
11 @c
12 @c The only automatically-varying variable is the GDB version number,
13 @c which the Makefile rewrites based on the VERSION variable from
14 @c `../Makefile.in'.
15 @c
16 @c GDB version number is recorded in the variable GDBVN
17 @include GDBvn.texi
18 @c
19 @c ----------------------------------------------------------------------
20 @c PLATFORM FLAGS:
21 @set GENERIC
22 @c
23 @c HP PA-RISC target ONLY:
24 @clear HPPA
25 @c
26 @c Refrain from discussing how to configure sw and format doc?
27 @clear PRECONFIGURED
28 @c
29 @c ----------------------------------------------------------------------
30 @c STRINGS:
31 @c
32 @c Name of GDB program. Used also for (gdb) prompt string.
33 @set GDBP gdb
34 @c
35 @c Name of GDB product. Used in running text.
36 @set GDBN @sc{rocgdb}
37 @c
38 @c Name of host. Should not be used in generic configs, but generic
39 @c value may catch some flubs.
40 @set HOST machine specific
41 @c
42 @c Name of GCC product
43 @set NGCC @sc{gcc}
44 @c
45 @c Name of GCC program
46 @set GCC gcc
This page took 0.032585 seconds and 4 git commands to generate.