.Sanitize: reflect removal of gdb-all.texi from repository
authorRoland Pesch <pesch@cygnus>
Thu, 12 Mar 1992 21:15:32 +0000 (21:15 +0000)
committerRoland Pesch <pesch@cygnus>
Thu, 12 Mar 1992 21:15:32 +0000 (21:15 +0000)
commit6ca72cc661e29ce59892d606661c0551e4625788
tree5dd67a12867cc9cb8d361c8d341e1db4037af3df
parent6730b1398753e93900ac57c7c4ac102b7eec9f72
.Sanitize: reflect removal of gdb-all.texi from repository

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)
gdb/doc/.Sanitize
gdb/doc/gdb.texinfo
gdb/doc/lucid.m4 [new file with mode: 0644]
gdb/doc/none.m4