aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/libiberty
Commit message (Collapse)AuthorAgeFilesLines
* Remove old bmake framework for gdb. It has moved to live next to binutils.Doug Rabson1999-05-023-38/+0
| | | | Notes: svn path=/head/; revision=46330
* Oops, the last commit shouldn't have removed floatformat.c.Bruce Evans1997-02-151-1/+1
| | | | Notes: svn path=/head/; revision=22761
* Don't use the private version of vasprintf(). It doesn't understandBruce Evans1997-02-151-7/+4
| | | | | | | | | | | | | | | | | "%%" in format strings and tends to dump core for "%%st". I needed "%%st" to fix the new gdb ... Don't use the private version of strerror() either. Use INTERNALLIB and INTERNALSTATICLIB instead of a private install rules NOPROFILE and NOPIC. This is only slightly cleaner. INTERNALLIB was previously only used in compatibility libraries (libgnumalloc etc.) and INTERNALSTATICLIB was previously unused. INTERNAL*LIB probably should be replaced by something like NOSTATICO together with NO{STATICO,PROFILE,PIC}INSTALL. Notes: svn path=/head/; revision=22760
* Changes required in directory libiberty to make gdb from the sources inGary Jennejohn1997-01-1520-7316/+20
| | | | | | | | | | | /usr/src/contrib/gdb. This is based on /usr/ports/devel/gdb. 2.2 candidate ? Notes: svn path=/head/; revision=21746
* Remove this version, it now comes from libc.Peter Wemm1996-05-272-140/+1
| | | | Notes: svn path=/head/; revision=15933
* Remove trailing whitespace.Rodney W. Grimes1995-05-309-51/+51
| | | | Notes: svn path=/head/; revision=8858
* Bring in the files added by Gary Jennejohn's gdb update.Jordan K. Hubbard1994-12-301-0/+139
| | | | | | | Submitted by: gj Notes: svn path=/head/; revision=5301
* Hurrah! Let the champagne flow, the olive oil barrel be opened andJordan K. Hubbard1994-12-3014-447/+806
| | | | | | | | | | | | | | | | | | | | | | | | | 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-1020-0/+6978
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