aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
AgeCommit message (Collapse)AuthorFilesLines
2000-11-24Add --enable-gdb-build-warnings=... to configure{,.in}.Andrew Cagney2-5/+11
2000-11-19 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,Eli Zaretskii2-12/+17
as suggested by Dmitry Sivachenko <dima@Chg.RU>.
2000-11-17* gdb.texinfo: Document new 'set step-mode' command.Christopher Faylor2-0/+21
2000-10-16Spelling changes from Dmitry Sivachenko <dima@Chg.RU>.Eli Zaretskii2-3/+8
2000-09-26 * gdb.texinfo (Hooks): Document the new post-hook functionality.Eli Zaretskii2-1/+43
From Steven Johnson <sbjohnson@ozemail.com.au>.
2000-08-10* gdbint.texinfo (Overall Structure): Spelling fix.Mark Kettenis2-1/+5
2000-08-10 * gdbint.texinfo (Target Architecture Definition): Document thatEli Zaretskii2-2/+16
REGISTER_CONVERT_TO_VIRTUAL should only be called on a register for which REGISTER_CONVERTIBLE returns a zero value.
2000-07-09 * Makefile.in (install-info): Find files to install in either the buildEli Zaretskii2-7/+21
or source directories (adapted from Makefile.am). (From Chris Faylor.)
2000-07-07 * stabs.texinfo: Fix spelling errors.Nicholas Duffek2-39/+43
(String Field): FILE-NUMBER starts from 0, not 1.
2000-07-05Remove \centerline from the blurb. Patch from Brian Youmans.Eli Zaretskii2-5/+11
2000-06-25 * Makefile.in (install-info): Support installation from outside ofEli Zaretskii2-1/+8
the source directory. Reported by Mark Harig <markh@frazier.landmark.com>.
2000-06-20* gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.J.T. Conklin2-1/+5
2000-05-31Import texinfo.tex from texinfo-4.0.Andrew Cagney5-4/+77
Add support for ``make pdf'' to the gdb/doc directory using pdftex.
2000-05-24 * gdb.texinfo: Remove duplicate @syncodeindex. From BrianEli Zaretskii2-4/+6
Youmans.
2000-05-24et al. not et.al.Andrew Cagney2-2/+7
2000-05-24Remove quotes from arround for loop arg.Andrew Cagney2-1/+6
2000-05-19updateJimmy Guo1-0/+4
2000-05-19regenerateJimmy Guo1-4/+30
2000-05-17 * mmalloc/Makefile.in (install-info): Make sure $(infodir) exists.Eli Zaretskii2-0/+12
Run install-info program on the installed Info files. * gdb/doc/Makefile.in (install-info): Run install-info on installed Info files.
2000-05-12Add Stan to authors attempt two. Also add et.al.Andrew Cagney2-2/+3
2000-05-12Add Andrew Cagney. Add Stan Shebs as an author.Andrew Cagney2-1/+6
2000-05-09 * gdb.texinfo: Proofreading changes from Brian Youmans.Eli Zaretskii2-8/+21
2000-05-01 * gdb.texinfo (Command Files): Mention -x, use @enumerate forNicholas Duffek2-10/+29
startup sequence, minor edits.
2000-05-01* gdbint.texinfo (RETURN_VALUE_ON_STACK): Document.Jim Blandy1-0/+37
2000-05-01 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief inEli Zaretskii3-56/+67
TeX. * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries "@kindex f" into "@kindex f (foo)", otherwise we get index entries like `n' and `s' which look weird. Convert some of the @kindex to @vindex, when they refer to variables, not commands.
2000-05-01Do not use @value{GDBN in @nodes.Andrew Cagney2-2/+6
2000-04-23 * Makefile.in (GDBMI_DIR): New variable.Eli Zaretskii3-11/+38
(SET_TEXINPUTS): Add $(GDBMI_DIR). (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo. (gdbmi.texinfo): New target, for texi2roff. (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo. (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}". * gdb.texinfo (Top): Add GDB/MI to the main menu and @include gdbmi.texinfo. (Mode Options): Add xref to GDB/MI docs and remove a FIXME comment. * gdbmi.texinfo: Lots of changes, to include this document as part of the GDB manual. * TODO, NEWS: Update due to inclusion of gdbmi.texinfo in the GDB manual.
2000-04-172000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-8/+10
* gdb.texinfo (Files): Update description of add-symbol-file command.
2000-04-17Fixed incorrect date on the previous entry.Eli Zaretskii1-1/+1
2000-04-17 * gdb.texinfo (Porting GDB): Don't use @value in the node name, itEli Zaretskii2-1/+6
prevents the build (and is generally a Bad Idea).
2000-04-17 * gdb.texinfo (Protocol): Prevent makeinfo from complaining aboutEli Zaretskii2-8/+15
a comma inside @var. (Command Files): Index markup changes from Dmitry Sivachenko <dima@Chg.RU>.
2000-04-16 * Makefile.in (LN_S): Define.Eli Zaretskii3-4/+17
(gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't invoke "ln -s" unless it is known to work. * configure.in (AC_PROG_LN_S): Add.
2000-04-14*** empty log message ***Jim Blandy1-0/+7
2000-04-14* gdbint.texinfo (Pointers Are Not Always Addresses): New manualJim Blandy1-0/+174
section. (Target Conditionals): Document ADDRESS_TO_POINTER, POINTER_TO_ADDRESS.
2000-04-12Typos fixed (from Dmitry Sivachenko <dima@Chg.RU>).Eli Zaretskii1-7/+2
2000-04-12Changelog entry for gdbint.texinfo fixDaniel Berlin1-0/+5
2000-04-12GDB->@value{GDBN}Daniel Berlin1-210/+210
2000-04-10*** empty log message ***Jim Blandy1-0/+5
2000-04-10Use the three-argument form of @xref to get the references right.Jim Blandy1-6/+8
2000-04-10* gdbint.texinfo (Target Architecture Definition): Fix screwed-upJim Blandy1-6/+6
references to ``Using Different Register and Memory Data Representations''.
2000-04-08*** empty log message ***Jim Blandy1-0/+8
2000-04-08* gdbint.texinfo (Using Different Register and Memory DataJim Blandy1-0/+115
Representations): New section. (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Document.
2000-04-07ChangeLog forAndrew Cagney1-0/+5
/cvs/src/src/gdb/doc/gdb.texinfo,v <-- gdb.texinfo new revision: 1.13; previous revision: 1.12
2000-04-07Deprecate sequence-id's.Andrew Cagney1-29/+27
2000-04-03 * annotate.texi (Frame Annotations): Fix a cross-reference.Eli Zaretskii1-2/+2
2000-03-29Fix thread-extra-info name. qfThreadExtraInfo ->qThreadExtraInfo.Andrew Cagney2-1/+6
2000-03-292000-03-28 J.T. Conklin <jtc@redback.com>J.T. Conklin2-19/+28
* gdb.texinfo: Clarify which remote debug protocol commands are required and which are optional.
2000-03-29Revert movement of @chapter and @node tags from separate files toAndrew Cagney3-11/+7
gdb.texinfo.
2000-03-28 * gdb.texinfo: Update dates, bump to Eighth Edition (noteStan Shebs4-327/+431
expectation of additional changes before release), update ISBN, add copy of top-level menu for @ifhtml, remove explicit node links, rephrase and/or shorten lines to fix formatting problem in both regular and @smallbook formats. * annotate.texi: Shorten lines in example, use smallexample consistently everywhere. * Makefile.in: Add comment about texinfo 4.0 html generation. (SFILES_INCLUDED): Add annotate.texi.
2000-03-28The set debug changesDaniel Berlin2-257/+323