aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/mmalloc
Commit message (Collapse)AuthorAgeFilesLines
* Remove mmalloc since we're now using phkmalloc. This is made possibleGary Jennejohn1997-01-1519-3044/+0
| | | | | | | | | | | | by the -DNO_MMALLOC flag in gdb/Makefile. The one thing we lose by doing this, AFAIK, is the possibility of using mmap. Does anyone use that feature at all ? 2.2 candidate ? Notes: svn path=/head/; revision=21747
* Remove trailing whitespace.Rodney W. Grimes1995-05-306-9/+9
| | | | Notes: svn path=/head/; revision=8858
* Bring in the files added by Gary Jennejohn's gdb update.Jordan K. Hubbard1994-12-301-0/+481
| | | | | | | Submitted by: gj Notes: svn path=/head/; revision=5301
* Hurrah! Let the champagne flow, the olive oil barrel be opened andJordan K. Hubbard1994-12-302-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* GDB-4.12 from ports with support for shlibs but not the kernel.Paul Richards1994-06-1018-0/+2566
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