Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-12-08 | recording file death | K. Richard Pixley | 33 | -23527/+0 | |
1992-12-07 | Fix fatal typo in an M4 substitution. | Roland Pesch | 1 | -1/+1 | |
1992-11-30 | updated address and phone number | David D. Zuhn | 1 | -3/+3 | |
1992-11-28 | Add sections on clean design and on how to send in changes. | John Gilmore | 2 | -0/+151 | |
1992-11-26 | Doc for sac's new "z8ksim" Z8000 simulator target. | Roland Pesch | 3 | -1/+47 | |
1992-11-26 | Conditional vars for controlling Z8000 doc. | Roland Pesch | 3 | -0/+7 | |
1992-11-23 | minor typo correction | David D. Zuhn | 1 | -6/+10 | |
1992-11-10 | Add how to declare the result of make_cleanup. | John Gilmore | 1 | -0/+4 | |
1992-11-03 | Avoid character '+' in nodenames, gives formatters indigestion. | Roland Pesch | 1 | -4/+4 | |
1992-10-26 | Fix typo, reported by Karl Berry. | John Gilmore | 2 | -1/+5 | |
1992-10-23 | Update the dates in the manual. | John Gilmore | 1 | -3/+3 | |
1992-10-23 | Remove refs to UDI for now. | Stu Grossman | 3 | -26/+0 | |
1992-10-23 | Add opcodes dir to GDB distribution description. | John Gilmore | 2 | -0/+7 | |
1992-10-21 | Document host/native/target split. | John Gilmore | 1 | -72/+190 | |
1992-10-21 | * doc/gdbint.texinfo: Document obsolete STACK_END_ADDR. | John Gilmore | 1 | -26/+50 | |
(all @node commands): Use new form to avoid nitpicking errors. | |||||
1992-10-21 | hppa native support | K. Richard Pixley | 1 | -0/+4 | |
1992-10-16 | Update GET_LONGJMP_TARGET, L_SET doc. | John Gilmore | 1 | -8/+19 | |
1992-10-11 | fix typo, added @table | David D. Zuhn | 2 | -2/+7 | |
1992-10-08 | * doc/gdbint.texinfo: document a few more macros, create new | K. Richard Pixley | 1 | -55/+112 | |
section for native macros. | |||||
1992-10-01 | Add `command hooks' and a hook for inferior program stopping. | John Gilmore | 1 | -0/+42 | |
1992-09-22 | Describe coding style of GDB. | John Gilmore | 1 | -0/+4 | |
1992-09-22 | Minor wording changes. | John Gilmore | 1 | -0/+4 | |
1992-09-22 | Minor wording changes. | John Gilmore | 1 | -4/+4 | |
1992-09-21 | More conditional markup so HMS (Hitachi) can have the configuration | Roland Pesch | 6 | -61/+147 | |
of their dreams. | |||||
1992-09-17 | Improve release doc slightly. | John Gilmore | 2 | -3/+8 | |
1992-09-15 | Keep h8.m4 now. | Roland Pesch | 1 | -0/+1 | |
1992-09-14 | Fix typos and thinkos reported by Sun Ming (and one reported by John). | Roland Pesch | 1 | -14/+18 | |
1992-09-12 | * doc/gdb.texinfo, doc/gdbinv-m.m4.in, doc/gdbinv-s.m4.in: first | Roland Pesch | 5 | -5/+91 | |
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-12 | doc/gdbinv-s.m4.in: remove text on special procedures to continue after | Roland Pesch | 1 | -27/+0 | |
explicit call to breakpoint() in serial stubs. | |||||
1992-09-11 | Improve doc of GDB config macros. | John Gilmore | 2 | -9/+1327 | |
1992-09-10 | Removed a large number of changes inserted by Per Bothner | John Gilmore | 2 | -72/+14 | |
for C++ support. These will go back in when they've been examined. | |||||
1992-09-05 | Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com) | Roland Pesch | 3 | -49/+364 | |
* 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-09-04 | * stabs.texinfo: Document the format for C++ nested types. | Per Bothner | 2 | -18/+12 | |
1992-09-04 | A ton of changes to improve C++ debugging. See ChangeLog. | Per Bothner | 1 | -11/+80 | |
Note new nested type changes. | |||||
1992-09-02 | Tiny bugfix for makeinfo. | John Gilmore | 1 | -1/+1 | |
1992-09-02 | Formatting improvements and other minor edits. | Roland Pesch | 1 | -651/+829 | |
1992-08-25 | Markup changes to run through TeX without errors. | Roland Pesch | 1 | -13/+32 | |
WARNING: (1) this has not yet been proofread as a printout---just eliminated problems that TeX complained about. (2) extraneous line breaks introduced in some examples, sometimes in ridiculously long strings; this may falsify examples. Places where I did this are marked by FIXME comments. | |||||
1992-08-25 | Some improvements in Texinfo markup: | Roland Pesch | 1 | -214/+407 | |
1) use makeinfo node defaulting 2) correct bad xref 3) use @display, @exdent, etc. as first approximation to Julia's clever typewriter markup; **THIS WILL NEED STUDY AND REVISION** 4) introduce many nodes rather than ---- in "detailed reference" appendix | |||||
1992-08-24 | FIXME. Half-done documentation for the macros used to configure GDB's | John Gilmore | 1 | -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-18 | Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com) | Roland Pesch | 3 | -8/+13 | |
* 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-18 | Moved in from p3: | Ian Lance Taylor | 2 | -0/+7 | |
Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: always create installation directories. | |||||
1992-08-18 | Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com) | Roland Pesch | 2 | -0/+8 | |
* gdb.texinfo: in h8 config, do not describe searching commands. | |||||
1992-08-18 | Sigh; rectify error from jumping the gun on editing file while CVS | Roland Pesch | 1 | -3/+2 | |
checkin proceeding. Check in with most generic markup for page layout. | |||||
1992-08-18 | Check in with @smallbook commented out! | Roland Pesch | 1 | -1/+2 | |
1992-08-18 | Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com) | Roland Pesch | 5 | -457/+456 | |
* 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 Gilmore | 3 | -46/+88 | |
* Makefile.in (stabs.dvi, stabs.ps): Add. | |||||
1992-08-16 | First pass at converting Julia's stabs document into texinfo. | Per Bothner | 4 | -0/+2736 | |
1992-08-15 | * gdb.texinfo, refcard.tex: Document mult args on `info reg'. | John Gilmore | 3 | -5/+10 | |
* Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir). | |||||
1992-08-15 | Add section on partial symbol tables. | John Gilmore | 1 | -0/+4 | |
1992-07-14 | (1) add disclaimer to config section of "Installing" appendix (this is | Roland Pesch | 1 | -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.) |