6ca72cc661
lucid.m4: config for Lucid/NCR (like "all.m4" but also turns on _LUCID__) none.m4: turn _LUCID__ off by default gdb.texinfo: 1) Use bold rather than italic for user input in intro, to avoid discord with meta-variable convention throughout manual (jim@wrs.com suggestion). 2) Some mumbling about using GDB under Energize/Cadillac. (conditionalized on _LUCID__, not included yet in general-doc config) 3) more remarks about debugging optimized code, incl vanishing unused vars (rms/gnu/net suggestion). 4) @emph replaces @i in a few spots (emphasis should affect info file as well as printed manual). 5) "memory tracing", "breakpoint on variable modification" index entries added, pointing to watchpoints (gnu suggestion). 6) Less passive, more index entries, in breakpoint-number description 7) doc new convenience var $bpnum (due to grossman?) 8) Update "info breakpoints" to describe new Grossman format; note now synonymous with "info watchpoints". 9) Describe negative (GDB internal) breakpoints and new "info all-breakpoints" 10) Slight change to description of colon-colon GDB expression notation, describing function::var as well as file::var and noting var is static (lmb question, gnu suggestion) 11) Doc Per's new &(&foo) for debugging C++ 12) Rephrase paragraph in configure appendix to avoid overfull box (in *large* format!) 13) Additional warning re VPATH feature required for --srcdir= config. (gnu suggestion)
54 lines
1.4 KiB
Plaintext
54 lines
1.4 KiB
Plaintext
_divert__(-1)
|
|
|
|
Switches:
|
|
|
|
_define__(<_ALL_ARCH__>,<0>) (Meant as most inclusive; file turning
|
|
it on is expected to also turn on
|
|
all arch-related switches including
|
|
"_GENERIC__")
|
|
_define__(<_GENERIC__>,<1>) (may not be quite all configs;
|
|
meant for "most vanilla" manual)
|
|
_define__(<_FSF__>,<1>) set to zero to include things
|
|
FSF won't take which Cygnus may want.
|
|
_define__(<_INTERNALS__>,<0>)
|
|
|
|
_define__(<_AOUT__>,<1>) Object formats. Note we turn on one.
|
|
_define__(<_BOUT__>,<0>)
|
|
_define__(<_COFF__>,<0>)
|
|
_define__(<_ELF__>,<0>)
|
|
|
|
_define__(<_LUCID__>,<0>) A programming environment.
|
|
|
|
_define__(<_AMD29K__>,<0>) Specific architectures. Note none
|
|
_define__(<_H8__>,<0>)
|
|
_define__(<_I80386__>,<0>) starts out on.
|
|
_define__(<_I960__>,<0>)
|
|
_define__(<_M680X0__>,<0>)
|
|
_define__(<_SPARC__>,<0>)
|
|
_define__(<_VAX__>,<0>)
|
|
_define__(<_VXWORKS__>,<0>)
|
|
|
|
Text:
|
|
|
|
Default names; individual configs may override
|
|
Assembler:
|
|
_define__(<_AS__>,<as>)
|
|
C Compiler:
|
|
_define__(<_GCC__>,<gcc>)
|
|
Linker:
|
|
_define__(<_LD__>,<ld>)
|
|
Debugger name:
|
|
_define__(<_GDBN__>,<GDB>)
|
|
Debugger program:
|
|
_define__(<_GDBP__>,<gdb>)
|
|
Debugger init file:
|
|
_define__(<_GDBINIT__>,<.gdbinit>)
|
|
|
|
Text for host; individual configs *should* override, but this may
|
|
catch some flubs
|
|
_define__(<_HOST__>,<machine specific>)
|
|
|
|
"Machine Dependent" nodename
|
|
_define__(<_MACH_DEP__>,<Machine Dependent>)
|
|
|
|
_divert__<> |