use _filtered routines for printing so symbolic addresses show up in the right place
[deliverable/binutils-gdb.git] / gdb / doc / none.m4
1
2 _divert__(-1)
3
4 Switches:
5
6 _define__(<_ALL_ARCH__>,<0>) (Meant as most inclusive; file turning
7 it on is expected to also turn on
8 all arch-related switches including
9 "_GENERIC__")
10 _define__(<_GENERIC__>,<1>) (may not be quite all configs;
11 meant for "most vanilla" manual)
12 _define__(<_AGGLOMERATION__>,<0>) is manual part of an agglomeration,
13 with GPL formatted separately?
14 _define__(<_PRECONFIGURED__>,<0>) is manual *only* for preconfigured sw?
15 _define__(<_FSF__>,<1>) set to zero to include things
16 FSF won't take which Cygnus may want.
17 _define__(<_INTERNALS__>,<0>)
18
19 _define__(<_AOUT__>,<1>) Object formats. Note we turn on one.
20 _define__(<_BOUT__>,<0>)
21 _define__(<_COFF__>,<0>)
22 _define__(<_ELF__>,<0>)
23
24 _define__(<_LUCID__>,<0>) A programming environment.
25
26 _define__(<_BARE__>,<0>) Turn on to indicate no OS facilities
27 (like shells, user prog args, program
28 environment, corefiles)
29
30 _define__(<_DOSHOST__>,<0>) Is this GDB DOS-hosted?
31
32 _define__(<_CONLY__>,<0>) Mention only C debugging if
33 turned on.
34
35 _define__(<_REMOTESTUB__>,<1>) Generic remote serial stub
36 _define__(<_AMD29K__>,<0>) Specific architectures. Note none
37 _define__(<_H8__>,<0>)
38 _define__(<_I80386__>,<0>) starts out on.
39 _define__(<_I960__>,<0>)
40 _define__(<_M680X0__>,<0>)
41 _define__(<_SPARC__>,<0>)
42 _define__(<_ST2000__>,<0>)
43 _define__(<_VAX__>,<0>)
44 _define__(<_VXWORKS__>,<0>)
45
46 Text:
47
48 Default names; individual configs may override
49 Assembler:
50 _define__(<_AS__>,<as>)
51 C Compiler:
52 _define__(<_GCC__>,<gcc>)
53 Linker:
54 _define__(<_LD__>,<ld>)
55 Debugger name:
56 _define__(<_GDBN__>,<GDB>)
57 Debugger program:
58 _define__(<_GDBP__>,<gdb>)
59 Debugger init file:
60 _define__(<_GDBINIT__>,<.gdbinit>)
61
62 Text for host; individual configs *should* override, but this may
63 catch some flubs
64 _define__(<_HOST__>,<machine specific>)
65
66 "Machine Dependent" nodename
67 _define__(<_MACH_DEP__>,<Machine Dependent>)
68
69 _divert__<>
This page took 0.030405 seconds and 4 git commands to generate.