summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/doc
Commit message (Collapse)AuthorAgeFilesLines
* YAMFC. The previous MFC was incomplete (it didn't merge the cosmeticBruce Evans1997-06-301-5/+2
| | | | | | | | | SRCDIR simplification) and broken (it went back to using the nonexistent gnu/lib/libreadline/doc). Try merging everything this time (SRCDIR simplification, fix one stale path and remove the other). Notes: svn path=/stable/2.2/; revision=27119
* YAMFC (finish avoiding use of gdb's stale readline info).Bruce Evans1997-06-301-0/+313
| | | | Notes: svn path=/stable/2.2/; revision=27113
* Merge in from -current all the changes needed to make world with theSatoshi Asami1997-04-111-1/+5
| | | | | | | latest texinfo. Notes: svn path=/stable/2.2/; revision=24813
* Resurrect the broken `doc' subdir, now that i've got access to a realJoerg Wunsch1997-02-051-0/+5
| | | | | | | 2.2 machine. Notes: svn path=/stable/2.2/; revision=22266
* Mega-merge to bring over the new gdb (now from `contrib').Joerg Wunsch1997-02-0211-18078/+4
| | | | | | | | | Note that the `doc' subdir is currently broken and disabled, but i need to see all this on a true 2.2 machine before i can fix this, and therefore need this commit first. Notes: svn path=/stable/2.2/; revision=22227
* recording cvs-1.6 file deathPeter Wemm1995-12-3019-13694/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* Add annotate targetAndrey A. Chernov1995-01-111-1/+1
| | | | Notes: svn path=/head/; revision=5514
* Install infopagesAndrey A. Chernov1995-01-118-1051/+2290
| | | | Notes: svn path=/head/; revision=5513
* GDB-4.12 from ports with support for shlibs but not the kernel.Paul Richards1994-06-1027-0/+30653
This is a greatly pared down version of the full gdb-4.12, all the config stuff has been removed and the supporting libraries have been stripped to a minimum. This is a 1.1.5 only port, I'll do a more complete port for 2.0 which will have all the config stuff and will install the gnu support libraries as system libraries like we do for readline. There wasn't much point for 1.1.5 since only gdb would use them so I went for saving space instead. For 2.0 I'll config all the other gnu tools to use them as well. Notes: svn path=/head/; revision=1700