summaryrefslogtreecommitdiffstats
path: root/contrib/gdb
Commit message (Collapse)AuthorAgeFilesLines
* Backed out all FreeBSD changes. They are unnecessary now that bfdbde1997-12-191-7/+0
| | | | | | understands kernels. Reviewed by: jdp
* Override gdb's version of N_TXTADDR() with the (new) system versionbde1997-12-191-3/+19
| | | | | | | so that gdb gets the text address right for kernels. Override some other macros to get a consistent set. Reviewed by: jdp
* Close some file descriptors on exec so that the inferior process getsbde1997-12-172-0/+2
| | | | a normal environment. Fd's 3 and 4 were usually left open.
* The previous revision (objfiles.c:1.2) fixed backtracing in thejdp1997-11-271-1/+2
| | | | | | | | absence of full debugging symbols for the kernel, but broke it for application programs. This commit disables that change except when kernel debugging mode is in effect. This needs to go into -2.2 as well, after a suitable burn-in period.
* Removed most unused files (about 8M total).bde1997-06-29120-83916/+0
|
* Removed unused files (about 8MB total).bde1997-06-29148-92337/+0
|
* Make all the info dir entries line up neatly.asami1997-05-282-2/+2
|
* Base work to make gdbserver work with FreeBSDpst1997-04-032-10/+4
|
* Don't use these that were generated on a foreign system, generate our own.peter1997-03-293-6889/+0
|
* Quick fix for section limits not being relocated. This has always beenbde1997-03-221-0/+6
| | | | | | | | | | broken for gdb -k, but the section limits weren't used much in previous versions of gdb in FreeBSD. Now they are used for backtracing when full symbols aren't available, and in some other new cases. This should be fixed properly by someone who knows bfd. This should be fixed in 2.2.
* This commit was generated by cvs2svn to compensate for changes in r23943,bde1997-03-1610-0/+6358
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Attempt to (re-?)import enough of gdb's configuration files forbde1997-03-1610-0/+6358
| | | | | | | | ./configure to work.
* | Removed binary file.bde1997-03-161-0/+0
| |
* | Removed unnecessary #include of obsolete <sys/dir.h> again.bde1997-02-161-1/+0
| |
* | Removed unnecessary #include of obsolete <sys/dir.h> again.bde1997-02-152-2/+0
| |
* | Restored my fixes for printing the FP registers. Theirbde1997-02-151-6/+41
| | | | | | | | | | | | | | | | | | | | | | history was lost with FreeBSD-1.x and they were blown away by the gdb-4.16 merge. I needed this to debug e_exp.S ... Restored even older code (from 386BSD-0.0) for converting the FP registers to doubles. floatformat_to_double() and/or valprint() still don't understand NaNs. Removed unnecessary #include of obsolete <sys/dir.h> again.
* | FreeBSD specific modifications.gj1997-01-155-14/+260
|/ | | | | | | | Obtained from /usr/ports/devel/gdb. 2.2. candidate ? Should I put $FreeBSD$ into these files ?
* Import GDB in its full glory (all 25mb). We'll put it on a diet once it'spst1996-11-03869-0/+441264
fully registered. (This is the second try, the first import ignored .info files but not .info-* files, for some reason. I'm going to make this consistent.) Reviewed by: core Approved for: 2.2
OpenPOWER on IntegriCloud