aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
1991-05-29Update bfd_h_get{short,long} to bfd_h_get{_16,_32} for basic type sizeJohn Gilmore2-60/+78
independence.
1991-05-23First cut.K. Richard Pixley1-0/+286
1991-05-23Initial revisionK. Richard Pixley2-0/+152
1991-05-23First cut.K. Richard Pixley1-0/+81
1991-05-23 * Makefile.dist, doc/gdb.texinfo, doc/*-m4.texinfo: split up GDBRoland Pesch3-14/+97
docn into separate sections---basically chapters, plus two loose pieces that can be configured to go in different places. This allows GNU m4 to preprocess the manual without coredumping. * Makefile.dist: tell TeX where to find texinfo.
1991-05-23Move definition of \manvers back into gdb.texinfo (had been capturedRoland Pesch2-10/+9
in gdb.top-m4 when files were split), for continuity in version numbering: the version of the manual is the version of the layout file. (By R. Pesch fiat).
1991-05-23*** empty log message ***Roland Pesch25-6289/+6393
1991-05-20 * Makefile.dist, doc/gdb.texinfo: respectively create, and use,Roland Pesch3-16/+40
the new target "rdl-apps.texinfo" which captures the Makefile variable that records where to find the Readline libraries.
1991-05-20*** empty log message ***Roland Pesch1-48/+56
1991-05-20The one that shipped with 3.5.John Gilmore1-2/+5
1991-05-20Final versions used to make gdb-3.95 release.John Gilmore2-12/+23
1991-05-20More prep for final 3.95 release.John Gilmore2-2/+6
1991-05-20Fix nits found in attempting a Tahoe port.John Gilmore2-2/+3
1991-05-19Update for release 3.95. Readline is independent. Add assortedJohn Gilmore2-40/+28
files that were missed since the last release.
1991-05-19Update comment; these are for SVR3.2, not SVR2.John Gilmore2-4/+4
1991-05-19Add tahoe and i386sco targets; update comments in i386v32 targets.John Gilmore2-3/+3
1991-05-19Initial revisionJohn Gilmore4-0/+90
1991-05-19Add rev #John Gilmore1-6/+6
1991-05-19update for releaseJohn Gilmore2-35/+44
1991-05-19 * config.gdb: Don't create readline dir in subdir builds.John Gilmore1-6/+0
* main.c: Include with "..." form for non-system include files, so "gcc -MM" for "make depend" works. Include readline files with "...h" rather than <readline/...h>.
1991-05-19Update from Rich's damage and try for a releasable directory.John Gilmore1-0/+24
Minor Bothner changes.
1991-05-19Check in one built with "config.gdb none" rather than "config.gdb sparc".John Gilmore1-200/+194
Also includes a few changes around readline dependencies.
1991-05-19 * Makefile.dist: Fix Rich damage; undo "configure" changes inJohn Gilmore2-92/+88
favor of keeping the (working) config.gdb. Move readline library up a notch.
1991-05-19Undo rich's "avoid compiling the module that doesn't compile, so IJohn Gilmore1-2/+0
can claim that it configures and builds" change.
1991-05-19 * sparc-xdep.c (deferred_stores): Repair minor damage by Rich.John Gilmore1-4/+10
Move deferred_stores to top of file, but don't separate its #define's from its variable. Add commentary.
1991-05-19Config polish.K. Richard Pixley2-14/+10
1991-05-19configure changes and -opcode.h movement.K. Richard Pixley9-263/+487
1991-05-19Configure for gdb.K. Richard Pixley4-50/+179
1991-05-17*** empty log message ***Roland Pesch1-0/+3
1991-05-17Added readline/inc-readline.texinfo and readline/inc-history.texinfoRoland Pesch2-2/+2
to the list of dependencies for the target "gdb.dvi".
1991-05-17*** empty log message ***Roland Pesch1-0/+3
1991-05-17*** empty log message ***Roland Pesch1-0/+6
1991-05-17 * doc/gdb.texinfo: finished using all RMS comments, save those forRoland Pesch1-75/+103
appendices on readline and cmd history (which are in other source files)
1991-05-17BothnerJohn Gilmore1-1/+1
1991-05-17*** empty log message ***Roland Pesch1-0/+6
1991-05-17 * doc/gdb.texinfo: (1) Updated w/ref to RMS comments throughRoland Pesch1-237/+403
chapter 9; (2) documented 'break' command's menu mode for overloaded names, in response to hgs problem report C++ p-31
1991-05-16*** empty log message ***Roland Pesch1-1/+4
1991-05-16 Divert specialized startupRoland Pesch1-60/+97
instructions to "Targets" chapter for generic manuals, while leaving them up front for manuals specific to specialized environments; apply fixes from RMS comments through chapter 4.
1991-05-16*** empty log message ***Roland Pesch1-2/+3
1991-05-16(1) new Appendix, Renamed Commands;Roland Pesch1-110/+305
(2) new leading subsection, Contributors to GDB
1991-05-16*** empty log message ***Roland Pesch1-0/+4
1991-05-16 * gdb.texinfo: (1) better introductory example; (2) moreRoland Pesch1-645/+720
consistent use of @code, @samp, @file, @kbd throughout; small cleanups to first three nodes.
1991-05-15*** empty log message ***Roland Pesch1-0/+6
1991-05-15Wed May 15 11:02:48 1991 Roland H. Pesch (pesch at fowanton.cygnus.com)Roland Pesch1-3/+4
* pretex.m4: modify explanatory text slightly (and redefine "regexp") to keep GNU m4 from complaining. (It still crashes later, but one step at a time...)
1991-05-15readline updateJohn Gilmore1-0/+7
1991-05-15Fix duplicated entry in ChangeLog.John Gilmore1-59/+1
1991-05-14 * Makefile.dist: put gdb.dvi stuff (updated to use M4 preprocessorRoland Pesch4-14/+52
stuff for config manual) here where it counts; updated to use new subdir structure (gdb/doc/). * Makefile: generated from above via config.gdb none before checkin
1991-05-14(1) removed "gdb.info*" files (just introduced) from CVS;Roland Pesch1-2/+3
(2) instead, * gdbint.texinfo: added instructions on generating gdb.info* files locally for release.
1991-05-14 * gdb.info*: added to distribution. These are ordinary infoRoland Pesch2-4/+33
files, formatted from gdb.texinfo (via gdb-all.texinfo, see Makefile)---but due to use of texinfo 2, can't count on makeinfo to generate these, so we distribute them already formatted. * gdb.texinfo: included full Info node and menu crud (as generated by C-u M-x texinfo-master-menu using the texinfo-2 elisp code). * Makefile: updated "gdb.dvi" target to use M4 preprocessor; put in comments-for-future gdb.info target (one day makeinfo will work again).
1991-05-14*** empty log message ***Roland Pesch1-100/+256