aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/gdb.texinfo
AgeCommit message (Collapse)AuthorFilesLines
1993-07-29* h8-cfg.texi, all-cfg.texi: new flag GDBSERVERRoland Pesch1-2/+2
* Makefile.in: depend on remote.texi rather than gdbinv-s.texi * remote.texi: (Server) New node on gdbserver. (Remote Serial, ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP. * remote.texi: new name for former gdbinv-s.texi * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
1993-07-19Repair bugs in conditionals, spotted by Zoo during "latest" build.Roland Pesch1-1/+3
1993-07-17Introduce MOD2 switch to segregate material on Modula-2; eventuallyRoland Pesch1-20/+73
each supported language should be controlled by a separate switch, and CONLY should be retired.
1993-07-06 * gdb.texinfo (Break Commands): Remove stuff about flushing terminalJim Kingdon1-8/+24
input when evaluating breakpoint conditions; the bug has been fixed. * gdb.texinfo (Continuing and Stepping): Argument to "continue" sets the ignore count to N-1, not to N.
1993-06-16* gdb.texinfo (Copying): delete this node and references to it;Roland Pesch1-501/+100
RMS says this manual need not carry GPL. (passim): Improvements from last round at FSF, largely due to Ian Taylor review, and minor formatting improvements. * gdbinv-s.texi (passim): Improvements from last round at FSF, largely due to Ian Taylor review. (Debug Session): minor edits to new text.
1993-06-13 * gdb.texinfo: Change accordingly.Jim Kingdon1-1/+1
1993-06-08 * gdb.texinfo (Print Settings): Move all stuff relating to symbolicJim Kingdon1-26/+43
addresses together. Also motivate the set print symbol-filename command and suggest other solutions.
1993-06-02 * gdb.texinfo (set print elements): Note that the number ofFred Fish1-0/+1
elements is set to unlimited by "set print elements 0".
1993-05-27 * gdb.texinfo: Add `set print symbol-filename' doc.Peter Schauer1-0/+13
1993-05-24INFO-DIR-ENTRY formatting tweaksDavid D. Zuhn1-1/+1
1993-05-15Now that makeinfo node defaulting works, include readline appendices inRoland Pesch1-21/+8
Info form of manual as well as printed form. (Thanks for spotting this, Zoo!)
1993-05-07 * gdbinv-s.texi (Remote Serial): describe new ^C behavior inRoland Pesch1-0/+4
target remote. * gdb.texinfo (Machine Code): more index entries for disassemble
1993-05-07* gdb.texinfo (Shell Commands): do not mention SHELL env var inRoland Pesch1-4/+3
DOSHOST configuration of manual. (At least for the nonce, since precisely how this works under DOS seems to depend on mysteries known only to DJ Delorie, which are not easily fathomed from his source.)
1993-05-07 * gdb.texinfo (MIPS Stack): new node.Roland Pesch1-0/+37
1993-05-06New material for MIPS Remote thanks to Ian, and minor miscellany:Roland Pesch1-12/+21
* all-config.texi (MIPS) new switch. * gdbinv-s.texi (Nindy Options) Remove two instances of future tense; (MIPS Remote) new node. * gdb.texinfo (passim) rephrases to work around makeinfo @value bug; (Environment) less passive, other small cleanups in text about .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry; (Remote) new MIPS Remote menu entry.
1993-04-29 * gdb.texinfo (Environment): Mention pitfall with .cshrc.Jim Kingdon1-0/+7
1993-04-28Changes thanks to Jim Kingdon's vigilance:Roland Pesch1-18/+18
* doc/gdb.texinfo: make node "Shell Commands" unconditional; describe `set demangle-style arm' (not cfront); mention can type `q' to discard output, when gdb pages
1993-04-24gdbinv-s.texi, gdb.texinfo: include Hitachi SH targetRoland Pesch1-36/+51
gdb.texinfo: advance manual revision dates to present gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi: stop using silly Roman numerals in @set variable names
1993-04-21(1) reduce the amount of text highlighted in warning at end ofRoland Pesch1-10/+16
"Program variables" section (2) introduce a few blank lines in menus to work around remaining makeinfo bugs
1993-03-27*-config.texi: introduce new switch GENERIC to describe text *only* forRoland Pesch1-3/+28
(the usual) non-specialized versions of the manual. gdb.texinfo: list of nonstandard init file names, with brief descriptions (permits closing PRMS gdb/2296).
1993-03-271. Update conditional markup:Roland Pesch1-844/+172
(a) to make H8 configuration come out right (first attempt since conversion to texinfo conditionals); (b) to exploit yesterday's makeinfo bugfix, using conditionals in menus rather than multiple alternative menus. 2. Update H8 text to refer to H8/500 as well as H8/300. 3. Define config file gdb-config.texi as a link in Makefile, based on a DOC_CONFIG variable.
1993-03-24Formatting updates from progressive.Roland Pesch1-17/+21
1993-03-08Add `set print max-symbolic-offset' doc.John Gilmore1-1/+14
1993-02-10misc updatesRoland Pesch1-49/+126
1993-02-02Stylistic Cleanups to Headings and Cross References to Avoid UndueRoland Pesch1-203/+218
Numbers of Capital Letters (Save in Chapter Headings), Despite the Germanic Heritage of the English Language.
1993-02-02More minor stylistic cleanup: avoid plurals on things that aren't English.Roland Pesch1-8/+8
1993-02-02Minor stylistic cleanup; eliminated more contractions, eliminatedRoland Pesch1-94/+96
possessives on things (like name of GDB) that are not English, and incidentals spotted while pursuing these.
1993-02-02 * gdb.texinfo: fix capitalization in pointers to node "Output Formats"Roland Pesch1-2/+2
1993-01-27Fixes from (or inspired by) Bob Chassell editing pass for lastRoland Pesch1-318/+345
FSF printing of this manual.
1993-01-23These changes abolish M4 preprocessing for the GDB manual.Roland Pesch1-946/+1747
Formatting these files now depends on the recently designed Texinfo conditionals: to format successfully, you must use very recent versions (not yet distributed by FSF) of texinfo.tex and makeinfo.c. The new Texinfo commands are @set, @clear, @ifset, @ifclear, and @value. Recent texinfo-2 Beta distributions contained partial implementations. texi2roff does not yet support these commands. There are miscellaneous clean-ups to Makefile.in as well.
1992-11-26Doc for sac's new "z8ksim" Z8000 simulator target.Roland Pesch1-0/+1
1992-10-26Fix typo, reported by Karl Berry.John Gilmore1-1/+1
1992-10-23Update the dates in the manual.John Gilmore1-3/+3
1992-10-23Remove refs to UDI for now.Stu Grossman1-7/+0
1992-10-23Add opcodes dir to GDB distribution description.John Gilmore1-0/+3
1992-10-01Add `command hooks' and a hook for inferior program stopping.John Gilmore1-0/+42
1992-09-21More conditional markup so HMS (Hitachi) can have the configurationRoland Pesch1-57/+131
of their dreams.
1992-09-12 * doc/gdb.texinfo, doc/gdbinv-m.m4.in, doc/gdbinv-s.m4.in: firstRoland Pesch1-4/+21
pass at doc for two new remote targets---29K using UDI, and Tandem ST2000 using STDBUG. * doc/all.m4, doc/none.m4: new m4 switch, _ST2000__ * doc/all.m4: turn on H8/300 stuff for generic manual
1992-09-05Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)Roland Pesch1-47/+7
* doc/gdb.texinfo: fix shameful error of agreement reported by jimb@occs.cs.oberlin.edu (Jim Blandy) * doc/gdb.texinfo: remove old partial discussion of remote serial protocol (via serial debug stubs) * doc/gdbinv-m.m4.in, doc/gdbinv-s.m4.in: new section discussing use of serial debug stubs
1992-08-18Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)Roland Pesch1-0/+2
* gdbinv-s.m4.in: refrain from using @cartouche for just a few examples (not consistent w others). gdb.texinfo: issue disclaimer paragraph on cmdline options only for generic vn of doc
1992-08-18Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)Roland Pesch1-0/+4
* gdb.texinfo: in h8 config, do not describe searching commands.
1992-08-18Sigh; rectify error from jumping the gun on editing file while CVSRoland Pesch1-3/+2
checkin proceeding. Check in with most generic markup for page layout.
1992-08-18Check in with @smallbook commented out!Roland Pesch1-1/+2
1992-08-18Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)Roland Pesch1-372/+325
* gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300 conditionals; introduce a few generic switches that may be useful for other cross-dev or dos-hosted configs. * gdb.texinfo: fix typo in "info reg" description
1992-08-15* gdb.texinfo, refcard.tex: Document mult args on `info reg'.John Gilmore1-3/+3
* Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
1992-07-14(1) add disclaimer to config section of "Installing" appendix (this isRoland Pesch1-39/+39
NOT full config doc) and xref to configure.info (2) add brief mention of --help and --prefix=DIR configure options (3) re-enable, with new command names, old doc for commands now reorganized into maint. (NO new doc yet for new maint commands or for old undoc'd dump-me; nor for "maint" itself in general.)
1992-07-11First attempt at doc for general uses of quotes around symbols.Roland Pesch1-1/+28
1992-07-11(1) C and C++ treated as separate languages, not one as originally doc'dRoland Pesch1-12/+22
(2) [temporarily, until "maint" details avail] hide explanations of commands moved to "maint" so we don't risk releasing doc with obsolete names: printsyms, printmsyms, printpsyms, info all-breakpoints.
1992-07-10New title "Debugging with GDB", the fruit of protracted delicateRoland Pesch1-10/+10
negotiations with the FSF...
1992-07-09(Finally) doc that GDB sometimes inserts quotes for you, on overloadedRoland Pesch1-5/+26
symbol completion requests.