Keep agentexpr.texi.
[deliverable/binutils-gdb.git] / 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 Hitachi H8/300 target:
22 @set H8
23 @c Hitachi H8/300 target ONLY:
24 @clear H8EXCLUSIVE
25 @c
26 @c remote MIPS target:
27 @set MIPS
28 @c
29 @c SPARC target:
30 @set SPARC
31 @set SPARCLET
32 @c
33 @c AMD 29000 target:
34 @set AMD29K
35 @c
36 @c Intel 960 target:
37 @set I960
38 @c
39 @c Tandem ST2000 (phone switch) target:
40 @set ST2000
41 @c
42 @c Zilog 8000 target:
43 @set Z8K
44 @c
45 @c Lucid "Energize" environment:
46 @clear LUCID
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 Include change-from-old?
55 @set NOVEL
56 @c
57 @c Bare-board target?
58 @clear BARETARGET
59 @c
60 @c Restrict languages discussed to C?
61 @c This is backward. As time permits, change this to language-specific
62 @c switches for what to include.
63 @clear CONLY
64 @c Discuss Fortran?
65 @set FORTRAN
66 @c
67 @c Discuss Modula 2?
68 @set MOD2
69 @c
70 @c Specifically for host machine running DOS?
71 @clear DOSHOST
72 @c
73 @c Talk about CPU simulator targets?
74 @set SIMS
75 @c
76 @c Is manual stand-alone, or part of an agglomeration, with overall GPL?
77 @clear AGGLOMERATION
78 @c
79 @c Remote serial line settings of interest?
80 @set SERIAL
81 @c
82 @c Discuss features requiring Posix or similar OS environment?
83 @set POSIX
84 @c
85 @c Discuss remote serial debugging stub?
86 @set REMOTESTUB
87 @c
88 @c Discuss gdbserver?
89 @set GDBSERVER
90 @c
91 @c Discuss gdbserve.nlm?
92 @set GDBSERVE
93 @c
94 @c Refrain from discussing how to configure sw and format doc?
95 @clear PRECONFIGURED
96 @c
97 @c Refrain from referring to unfree publications?
98 @set FSFDOC
99 @c
100 @c ----------------------------------------------------------------------
101 @c STRINGS:
102 @c
103 @c Name of GDB program. Used also for (gdb) prompt string.
104 @set GDBP gdb
105 @c
106 @c Name of GDB product. Used in running text.
107 @set GDBN GDB
108 @c
109 @c Name of GDB initialization file.
110 @set GDBINIT .gdbinit
111 @c
112 @c Name of host. Should not be used in generic configs, but generic
113 @c value may catch some flubs.
114 @set HOST machine specific
115 @c
116 @c Name of GCC product
117 @set NGCC GCC
118 @c
119 @c Name of GCC program
120 @set GCC gcc
121
This page took 0.032145 seconds and 4 git commands to generate.