aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/doc
Commit message (Collapse)AuthorAgeFilesLines
* Remove GNU texinfo from base along with all info pages.Baptiste Daroussin2015-01-022-63/+0
| | | | | | | | | | | | To be able to info pages consider installing texinfo from ports print/texinfo or via pkg: pkg install texinfo Differential Revision: https://reviews.freebsd.org/D1409 Reviewed by: emaste, imp (previous version) Relnotes: yes Notes: svn path=/head/; revision=276551
* Fix buildworld -DNO_CLEAN when using with Perforce, which marks files asWill Andrews2010-08-121-2/+2
| | | | | | | | | | read-only by default, meaning files copied can't be overwritten next time. Reviewed by: imp Approved by: ken (mentor) Notes: svn path=/head/; revision=211243
* Update to readline 5.0Andrey A. Chernov2004-10-181-3/+7
| | | | Notes: svn path=/head/; revision=136661
* Add bmake glue for gdb 6.1.1. Supports alpha, amd64, i386, ia64Marcel Moolenaar2004-06-251-0/+28
| | | | | | | | | | and sparc64. Note that the debugger doesn't support threading, nor kernel debugging yet. Notes: svn path=/head/; revision=131087
* Reconnect gdb info file to the build.Sheldon Hearn2002-07-011-2/+2
| | | | | | | Submitted by: Szilveszter Adam <sziszi@bsd.hu> Notes: svn path=/head/; revision=99204
* Upgrade for readline 4.2Andrey A. Chernov2001-04-111-45/+29
| | | | Notes: svn path=/head/; revision=75412
* A bandaid to try and make this buildable. This should probably bePeter Wemm2000-03-201-4/+27
| | | | | | | | rechecked by somebody who knows what is meant to happen here. The new libreadline rluser.texinfo file duplicates the '@defcodeindex bt' entry. Notes: svn path=/head/; revision=58347
* Remove old bmake framework for gdb. It has moved to live next to binutils.Doug Rabson1999-05-021-24/+0
| | | | Notes: svn path=/head/; revision=46330
* Oops, This should have been committed with the Makefile change thatBruce Evans1998-05-013-433/+24
| | | | | | | | | | | | | requires the new file. Fixed stale near-copy of contrib/libreadline/doc/hsuser.texinfo. Patch it at build ntime, and only keep the patch for it here. Don't keep a copy of contrib/gdb/gdb/doc/all-cfg.texi here. Link to it at build time. Notes: svn path=/head/; revision=35585
* Fixed dependencies.Bruce Evans1998-05-011-3/+17
| | | | | | | | | | | Fixed stale near-copy of contrib/libreadline/doc/hsuser.texinfo. Patch it at build ntime, and only keep the patch for it here. Don't keep a copy of contrib/gdb/gdb/doc/all-cfg.texi here. Link to it at build time. Notes: svn path=/head/; revision=35584
* Removed -I path to gdb's readline. This didn't do much in -currentBruce Evans1997-06-301-1/+0
| | | | | | | | | because the -I path to config/libreadline had precedence, but in 2.2 it help hide the bug that the -I path to the non-contrib libreadline was garbage. Notes: svn path=/head/; revision=27118
* gdb.info still needs a near-copy of hsuser.texinfo to avoid theBruce Evans1997-06-301-0/+313
| | | | | | | | | reference to the programming manual. Use this near-copy of the version of hsuser.texinfo in contrib/libreadline instead of the stale near-copy in contrib/gdb. Notes: svn path=/head/; revision=27112
* Simplify it using SRCDIRAndrey A. Chernov1997-01-161-5/+3
| | | | Notes: svn path=/head/; revision=21778
* changes required in the doc directory for making the gdb infoGary Jennejohn1997-01-1511-18078/+9
| | | | | | | | | | | | | | | files using the texi sources in /usr/src/contrib/gdb/gdb/doc. I put a pointer to /usr/src/contrib/libreadline/doc into Makefile.inc in the hope that the appropriate files would be picked up. This is based on /usr/ports/devel/gdb. 2.2 candidate ? Notes: svn path=/head/; revision=21741
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-2/+2
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Fix path to readline docs, since it's now in contribPeter Wemm1997-01-121-1/+1
| | | | Notes: svn path=/head/; revision=21587
* Same deal.Joshua Peck Macdonald1997-01-111-1/+5
| | | | Notes: svn path=/head/; revision=21516
* Fix bogosity with gdb documentation path.Jordan K. Hubbard1997-01-071-1/+1
| | | | | | | Submitted-By: Chuck Robey <chuckr@glue.umd.edu> (with fix from me) Notes: svn path=/head/; revision=21388
* 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