aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/bfd
Commit message (Collapse)AuthorAgeFilesLines
* Remove old bmake framework for gdb. It has moved to live next to binutils.Doug Rabson1999-05-024-2602/+0
| | | | Notes: svn path=/head/; revision=46330
* Fix GDB so that it can handle ELF core dumps.John Polstra1998-09-141-1/+1
| | | | Notes: svn path=/head/; revision=39199
* Don't define HOST_DATA_START_ADDR, since gdb works without it theBruce Evans1997-07-131-2/+3
| | | | | | | | previous definition doesn't work on BSD4.4Lite[2] derived systems without the changes in rev.1.27 of kern_proc.c. Notes: svn path=/head/; revision=27370
* changes required in the bfd directory for making gdbGary Jennejohn1997-01-1550-43229/+699
| | | | | | | | | | | using the sources in /usr/src/contrib/gdb. This is based on /usr/ports/devel/gdb. 2.2 candidate ? Notes: svn path=/head/; revision=21740
* Really eliminated includes of the "temporary" backwards compatibilityBruce Evans1996-09-241-1/+0
| | | | | | | | header <sys/dir.h> in applications. My previous sweep didn't find the places that included it without needing it. Notes: svn path=/head/; revision=18486
* NBPG -> PAGE_SIZEPoul-Henning Kamp1996-05-022-12/+12
| | | | | | | Avoid using the struct pte stuff. Notes: svn path=/head/; revision=15535
* recording cvs-1.6 file deathPeter Wemm1995-12-302-240/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* Remove trailing whitespace.Rodney W. Grimes1995-05-3028-382/+382
| | | | Notes: svn path=/head/; revision=8858
* Fix reading of stack addresses from core files. USRSTACK now really isBruce Evans1995-01-311-2/+2
| | | | | | | the (top of the) user stack. Notes: svn path=/head/; revision=6080
* Restore our local changes which were clobbered by the previous commit.Bruce Evans1994-12-311-1/+2
| | | | | | | | | | cvs is not being used effectively for gdb. Our old changes get clobbered and our new changes are mixed with "vendor" changes in the same updates so they will be difficult to untangle for the next release of gdb. The revision logs get spammed for each release of gdb. Notes: svn path=/head/; revision=5317
* Hide yet another redefinition of PAGE_SIZE. Cosmetic.Bruce Evans1994-12-311-1/+1
| | | | Notes: svn path=/head/; revision=5316
* Restore our (cosmetic) local changes which were clobbered by the previousBruce Evans1994-12-311-0/+2
| | | | | | | commit (do them slightly differently). Notes: svn path=/head/; revision=5315
* Bring in the files added by Gary Jennejohn's gdb update.Jordan K. Hubbard1994-12-3012-0/+16004
| | | | | | | Submitted by: gj Notes: svn path=/head/; revision=5301
* Hurrah! Let the champagne flow, the olive oil barrel be opened andJordan K. Hubbard1994-12-3035-7213/+13409
| | | | | | | | | | | | | | | | | | | | | | | | | the wild, slippery orgy commence! Gary Jennejohn, too studly for his own good, has finally come through with the new, improved gdb 4.13. This gdb features: o kgdb support - if this works (and I urge folks to test it), we can finally purge the old and hateful version of kgdb from our source tree. o attach/detach support. See comments in README.FreeBSD for more details. o Well, it's newer. Our previous version was 4.11. Comments and flames to gj, of course! :-) Thanks, Gary. Much appreciated. The previous state of gdb/kgdb has been a thorn in all of our sides for some time.. Submitted by: gj Notes: svn path=/head/; revision=5300
* correct location of corefile data segmentAdam David1994-06-151-1/+2
| | | | Notes: svn path=/head/; revision=1721
* Remove PAGE_SIZE redifinition (from param.h)Andrey A. Chernov1994-06-131-1/+0
| | | | Notes: svn path=/head/; revision=1713
* Modev -DTRAD_CORE for gdb/Makefile to bfd/MakefilePaul Richards1994-06-111-1/+1
| | | | Notes: svn path=/head/; revision=1708
* GDB-4.12 from ports with support for shlibs but not the kernel.Paul Richards1994-06-1038-0/+23169
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