aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
AgeCommit message (Collapse)AuthorFilesLines
1993-04-24gdbinv-s.texi, gdb.texinfo: include Hitachi SH targetRoland Pesch5-72/+109
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-23more on ParametersJim Kingdon1-0/+11
1993-04-23* stabs.texinfo (Parameters): Keep trying to get this right.Jim Kingdon1-13/+32
1993-04-23* stabs.texinfo (Parameters): Keep trying to get this right.Jim Kingdon2-27/+26
1993-04-22document FRAME_SAVED_PC and FRAME_CHAIN.K. Richard Pixley1-0/+4
1993-04-22Save the README file for gdb snapshots here for now. Make note inFred Fish2-0/+160
the .Sanitize file that snapshots.readme is explicitly not kept by default.
1993-04-21* stabs.texinfo (Parameters): More on "local parameters".Jim Kingdon2-11/+19
1993-04-21fix stabs.texinfo xref bugsDavid D. Zuhn1-2/+2
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-04-21This is the real generic configuration. Earlier versions checked inRoland Pesch1-22/+83
seem to be copies of H8 config.
1993-04-19 * stabs.texinfo (Parameters): Re-do "local parameters" section.Jim Kingdon2-29/+37
1993-04-18 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.Jim Kingdon2-57/+89
(Parameters): Rewrite. (xcoff-differences, Sun-differences): Minor changes.
1993-04-15Minor cleanup.John Gilmore2-5/+9
1993-04-15minor xcoff changesJim Kingdon2-48/+72
1993-04-07 * gdbint.texinfo: Update for new config directory structure.Fred Fish1-0/+5
Add info about internal type data structures.
1993-04-05 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer inIan Lance Taylor2-2/+8
$(srcdir). (gdb-config.texi): Depend on file in $(srcdir).
1993-04-03N_SO fixesJim Kingdon2-5/+15
1993-03-29 * config/a29k/tm-a29k.h: Renamed from config/a29k/tm-29k.h.Fred Fish2-23/+19
* a29k-pinsn.c: Renamed from am29k-pinsn.c. * a29k-tdep.c: Renamed from am29k-tdep.c. * remote-eb.c, config/a29k/tm-ultra3.h: Include renamed tm-a29k.h. * remote-monitor.c, remote-st2000.c, config/a29k/{nm-ultra3.h, tm-a29k.h, xm-ultra3.h}, config/romp/rtbsd.mh, doc/gdbinv-s.texi, testsuite/gdb.t15/funcargs.exp, testsuite/gdb.t17/callfuncs.exp: Map '29k' to 'a29k'. * config/a29k/{a29k-kern.mt, a29k-udi.mt, a29k.mt, ultra3.mt} (TDEPFILES): Use renamed a29k-pinsn.o and a29k-tdep.o. * config/a29k/{a29k-udi.mt, a29k.mt} (TM_FILE): Use renamed tm-a29k.h. * config/a29k/a29k-udi.mt (MT_CFLAGS): Remove TARGET_AM29K define that does not appear anywhere else in the gdb source tree. * doc/gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
1993-03-27Catch up on today's changes.Roland Pesch2-1/+24
1993-03-27*-config.texi: introduce new switch GENERIC to describe text *only* forRoland Pesch3-3/+30
(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 Pesch6-1005/+307
(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-24add dvi targetDavid D. Zuhn2-0/+5
1993-03-24*** empty log message ***Roland Pesch1-0/+4
1993-03-24Formatting updates from progressive.Roland Pesch2-22/+28
1993-03-20* gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as host conditionals.John Gilmore2-27/+34
* stabs.texinfo: More array fixes inspired by Jim's.
1993-03-19fixes re arrays and continuationsJim Kingdon2-10/+16
1993-03-19add XCOFF nodeJim Kingdon2-15/+35
1993-03-08Add `set print max-symbolic-offset' doc.John Gilmore2-1/+18
1993-02-23 * doc/stabs.texi: The `this' pointer is now known by the nameMike Stump1-4/+4
`this' instead of `$t'.
1993-02-22 * stabs.texinfo: Fix for array types to mention lower bounds.Per Bothner2-2/+7
1993-02-18Update PTRACE_ARG3_TYPE doc, pull PT_*.John Gilmore1-0/+4
1993-02-17Remove SET_STACK_LIMIT_HUGE from target defines.John Gilmore2-2/+4
1993-02-16Added 1993 copyright.Ian Lance Taylor1-3/+3
1993-02-12case fixes in node namesDavid D. Zuhn1-3/+3
1993-02-11Fix thinko (NM_FILE => NAT_FILE). Found by Michael Ben-Gershon ↵John Gilmore1-0/+5
<mybg@CS.HUJI.AC.IL>.
1993-02-11Eliminate IBM6000_HOST, document IBM6000_TARGET.John Gilmore2-7/+23
1993-02-10misc updatesRoland Pesch5-63/+201
1993-02-06Brief documentation for longjmp support, from an email msg by Stu.John Gilmore1-0/+5
1993-02-06* stabs.texinfo: Fix description of floating point "range"John Gilmore2-6/+13
types (which really define basic types). Reported by Jim Meehan, <meehan@src.dec.com>.
1993-02-05Remove COFF_NO_LONG_FILE_NAMES define, now gone.John Gilmore2-8/+21
1993-02-04Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+5
* gdbint.texinfo: Slightly expand section on supporting a new object file format.
1993-02-04* Makefile.in (refcard.ps, lrefcard.ps): Remove psref.texJohn Gilmore2-2/+7
intermediate file.
1993-02-03Remove "Done in" pwd line.John Gilmore1-2/+0
1993-02-02Stylistic Cleanups to Headings and Cross References to Avoid UndueRoland Pesch3-216/+231
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 Pesch2-2/+6
1993-02-01 * gdbinv-s.texi: z8000 simulator target name is just "sim"Roland Pesch2-12/+16
1993-02-01Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)Roland Pesch2-2/+9
* gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001 as well as Z8002.
1993-01-31Initial attempt to clean up to match new directory layout.John Gilmore1-14/+5