Upgrade GDB from 7.3 to 7.4.1 on the vendor branch
[dragonfly.git] / contrib / gdb-7 / gdb / doc / all-cfg.texi
1 @c GDB MANUAL configuration file.  
2 @c
3 @c Copyright (C) 1993, 1995, 1999, 2002, 2011-2012 Free Software
4 @c Foundation, Inc.
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 GDBTUI program.
36 @set GDBTUI gdbtui
37 @c 
38 @c Name of GDB product.  Used in running text.
39 @set GDBN @sc{gdb}
40 @c
41 @c Name of host.  Should not be used in generic configs, but generic
42 @c value may catch some flubs.
43 @set HOST machine specific
44 @c
45 @c Name of GCC product
46 @set NGCC @sc{gcc}
47 @c 
48 @c Name of GCC program
49 @set GCC gcc