Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / gdb / gdb / doc / all-cfg.texi
1 @c GDB MANUAL configuration file.  
2 @c Copyright (c) 1993 Free Software Foundation, Inc.
3 @c
4 @c NOTE: While the GDB manual is configurable (by changing these
5 @c switches), its configuration is ***NOT*** automatically tied in to
6 @c source configuration---because the authors expect that, save in
7 @c unusual cases, the most inclusive form of the manual is appropriate
8 @c no matter how the program itself is configured.
9 @c
10 @c The only automatically-varying variable is the GDB version number,
11 @c which the Makefile rewrites based on the VERSION variable from
12 @c `../Makefile.in'.  
13 @c 
14 @c GDB version number is recorded in the variable GDBVN
15 @include GDBvn.texi
16 @c
17 @c ----------------------------------------------------------------------
18 @c PLATFORM FLAGS:
19 @set GENERIC
20 @c
21 @c HP PA-RISC target ONLY:
22 @clear HPPA
23 @c
24 @c Hitachi H8/300 target:
25 @set H8
26 @c Hitachi H8/300 target ONLY:
27 @clear H8EXCLUSIVE
28 @c
29 @c remote MIPS target:
30 @set MIPS
31 @c
32 @c SPARC target:
33 @set SPARC
34 @set SPARCLET
35 @c
36 @c AMD 29000 target:
37 @set AMD29K
38 @c
39 @c Intel 960 target:
40 @set I960
41 @c
42 @c Tandem ST2000 (phone switch) target:
43 @set ST2000
44 @c
45 @c Zilog 8000 target:
46 @set Z8K
47 @c
48 @c Wind River Systems VxWorks environment:
49 @set VXWORKS
50 @c
51 @c ----------------------------------------------------------------------
52 @c DOC FEATURE FLAGS:
53 @c 
54 @c Bare-board target?
55 @clear BARETARGET
56 @c
57 @c Restrict languages discussed to C?
58 @c This is backward.  As time permits, change this to language-specific
59 @c switches for what to include.
60 @clear CONLY
61 @c Discuss Fortran?
62 @set FORTRAN
63 @c
64 @c Discuss Modula 2?
65 @set MOD2
66 @c
67 @c Specifically for host machine running DOS?
68 @clear DOSHOST
69 @c
70 @c Talk about CPU simulator targets?
71 @set SIMS
72 @c
73 @c Remote serial line settings of interest?
74 @set SERIAL
75 @c
76 @c Discuss features requiring Posix or similar OS environment?
77 @set POSIX
78 @c
79 @c Discuss remote serial debugging stub?
80 @set REMOTESTUB
81 @c
82 @c Discuss gdbserver?
83 @set GDBSERVER
84 @c
85 @c Discuss gdbserve.nlm?
86 @set GDBSERVE
87 @c
88 @c Refrain from discussing how to configure sw and format doc?
89 @clear PRECONFIGURED
90 @c
91 @c Refrain from referring to unfree publications?
92 @set FSFDOC
93 @c
94 @c ----------------------------------------------------------------------
95 @c STRINGS:
96 @c
97 @c Name of GDB program.  Used also for (gdb) prompt string.
98 @set GDBP gdb
99 @c 
100 @c Name of GDB product.  Used in running text.
101 @set GDBN GDB
102 @c
103 @c Name of host.  Should not be used in generic configs, but generic
104 @c value may catch some flubs.
105 @set HOST machine specific
106 @c
107 @c Name of GCC product
108 @set NGCC GCC
109 @c 
110 @c Name of GCC program
111 @set GCC gcc
112