aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1992-11-10Add how to declare the result of make_cleanup.John Gilmore1-0/+4
1992-10-26Fix typo, reported by Karl Berry.John Gilmore1-0/+4
1992-10-23Add opcodes dir to GDB distribution description.John Gilmore1-0/+4
1992-10-11fix typo, added @tableDavid D. Zuhn1-0/+5
1992-09-22Describe coding style of GDB.John Gilmore1-0/+4
1992-09-22Minor wording changes.John Gilmore1-0/+4
1992-09-17Improve release doc slightly.John Gilmore1-1/+5
1992-09-11Improve doc of GDB config macros.John Gilmore1-0/+4
1992-09-10Removed a large number of changes inserted by Per BothnerJohn Gilmore1-2/+3
for C++ support. These will go back in when they've been examined.
1992-09-04 * stabs.texinfo: Document the format for C++ nested types.Per Bothner1-0/+4
1992-08-24FIXME. Half-done documentation for the macros used to configure GDB'sJohn Gilmore1-0/+6
sources. What's there now is a list of all macros, and at least one source file in which they are referenced.
1992-08-18Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)Roland Pesch1-0/+7
* 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-18Moved in from p3:Ian Lance Taylor1-0/+4
Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: always create installation directories.
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-18Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)Roland Pesch1-0/+8
* 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-16* stabs.texinfo: Minor updates from running TeX over it.John Gilmore1-0/+5
* Makefile.in (stabs.dvi, stabs.ps): Add.
1992-08-16First pass at converting Julia's stabs document into texinfo.Per Bothner1-0/+5
1992-08-15* gdb.texinfo, refcard.tex: Document mult args on `info reg'.John Gilmore1-0/+5
* Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
1992-08-15Add section on partial symbol tables.John Gilmore1-0/+4
1992-06-20* gdb.texinfo: document `set remotedebug' and `set rstack_high_address'.John Gilmore1-0/+5
1992-05-15Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)Roland Pesch1-0/+6
* gdb.texinfo: slight expansion of new text on reading info files * gdbinv-s.m4.in: correct and expand info on cross-debugging H8/300 from DOS. * ChangeLog: guess...
1992-05-12`info user' => `show user'. Noticed by David Taylor.John Gilmore1-0/+4
1992-05-12Say how to read the `info' files.John Gilmore1-0/+4
1992-05-05gm4 -> m4K. Richard Pixley1-0/+4
1992-04-11* gdb.texinfo: Update for GDB-4.5. Move `FormattingJohn Gilmore1-0/+7
Documentation' ahead of `Installing GDB' to match README. Update shared library doc, -readnow and -mapped, and directory structure (add glob and mmalloc). Update configure doc.
1992-03-25remove srcdir from gdb.info ruleK. Richard Pixley1-0/+4
1992-03-08This is the second batch of makefile changes. Libg++ makefiles wereK. Richard Pixley1-0/+11
checked in earlier. These are Makefiles relevant to the progressive release currently in progress. * added exec_prefix * default bindir now exec_prefix/bin * default libdir now exec_prefix/lib * default mandir now prefix/man * default infodir now prefix/info * added oldincludedir, default NULL * remove all traces of the old -subdirs and -namesubdir support, including code, for loops, and all subdir/unsubdir stuff. * remove old style staging targets {de-}stage[1234], comparison, bootstrapN, from all but the bootstrappable tools. * added check targets. * removed any "Last Mod" lines. * forced copyrights to '92 and shifted some from Cygnus to FSF. * added tooldir and program_prefix where needed. * updated texinfo and man pages, removed all references to multiple hosts or targets.
1991-12-13Improve how we ask for bug reports.John Gilmore1-0/+4
1991-12-11infodir belongs in datadirK. Richard Pixley1-0/+4
1991-12-07Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)K. Richard Pixley1-0/+12
* Makefile.in: remove spaces following hyphens, bsd make can't cope. install using INSTALL_DATA. added clean-info. added standards.text support. Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: idestdir and ddestdir go away. Added copyrights and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default.