summaryrefslogtreecommitdiffstats
path: root/contrib/gdb
Commit message (Collapse)AuthorAgeFilesLines
* Remove the filename_completion_function() extern that conflicts with theobrien2001-04-141-2/+2
| | | | latest version of this fuction in Readline 4.2
* The internal declaration for tilde_expand() now conflicts with the oneobrien2001-04-111-4/+2
| | | | | | that was finally added to the readline headers in readline 4.2. Submitted by: ache
* Change "*coff*" to "coff*" so that the pattern will not dike out xcoffsolib.h.obrien2001-03-301-1/+1
| | | | I'll revisit the pattern on the next import.
* Remove these MD files that we've never needed.obrien2001-03-301-209/+0
|
* Remove this auto-generated file (and isn't part of 5.0 as it shouldn't be).obrien2001-03-301-182/+0
|
* Remove these GDB 4.18 docs that did not make it into 5.0.obrien2001-03-303-1869/+0
|
* Remove this GDB 4.18 file that is no longer part of GDB [5.0].obrien2001-03-291-17/+0
|
* List of distfile contents to delete using `rm' and `find -delete'.obrien2001-03-241-0/+71
| | | | | | Simular to the FREEBSD-Xlist used with `tar -X ... -xf'. This file is typically used when one starts with the GDB anoncvs repo rather than a release tarball.
* This commit was generated by cvs2svn to compensate for changes in r64234,obrien2000-08-041-0/+153
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of gdb-5.0obrien2000-08-0426-8978/+9487
| |
* | These files are for an arch we don't care about.obrien2000-08-048-5171/+0
| |
* | Update for GDB 5.0.obrien2000-08-021-0/+73
| |
* | These files are for an arch we don't care about.obrien2000-08-023-3080/+0
| |
* | These files were part of GDB 4.16, but not version 4.18 (that weobrien2000-05-179-777/+0
| | | | | | | | currently use).
* | Fix (I believe) Bill Paul's core dump when using gdb on shared executables.peter1999-11-221-1/+2
| | | | | | | | This is an addition to rev 1.5. If lm == NULL, new->lm is uninitialized.
* | Reduce default timeout on remote serial debugging sessions from 20grog1999-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | seconds to 1 second. This fixes a problem where gdb would appear to hang on flaky serial connections. There's a theoretical problem that the relatively short timeout could cause problems on slow links, but you can override the default value with the 'set remotetimeout' command. Approved-by: dfr
* | Fix a coredump when debugging corefiles from static programs.dfr1999-05-221-1/+1
| |
* | GC some unused files from gdb and add them to the exclude list for futuredfr1999-05-033-268/+10
| | | | | | | | imports.
* | Resurrect a file for alpha support in GDB and add some minor FreeBSD tweaks.dfr1999-05-021-0/+1415
| | | | | | | | Magic wand waved by: Peter Wemm <peter@netplex.com.au>
* | Delete parts of gdb which are now shared with binutils.dfr1999-05-02300-105553/+0
| |
* | Add upgrade instructions to facilitate future gdb imports.dfr1999-05-022-0/+29
| |
* | Merge local changes into gdb-4.18 and add changes for FreeBSD/alpha.dfr1999-05-0226-1811/+7519
| |
* | This commit was generated by cvs2svn to compensate for changes in r46283,dfr1999-05-02297-14202/+120511
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of gdb-4.18dfr1999-05-02387-20882/+141599
| |
* | Fix bug: If gdb couldn't find the dynamic linker's "r_debug_state"jdp1999-02-211-1/+1
| | | | | | | | | | symbol, it aborted with "virtual memory exhausted." Now it warns about the problem and proceeds.
* | Rewrite the bits of the solib code to handle implentations where dlopendfr1998-09-251-86/+196
| | | | | | | | | | | | may insert into the list of loaded libraries (ours is one) instead of appending to the end of the list. Also cope with dlclose() removing libraries from the list.
* | Bring core-regset.c back to life. It is needed for handling ELFjdp1998-09-141-0/+130
| | | | | | | | core dumps.
* | Don't assume that time_t is long. Don't assume that time_t's can bebde1998-06-291-1/+6
| | | | | | | | | | represented by ints. Keep assuming that time_t's can be represented by longs.
* | Add support for baudrates higher than 37800.dfr1998-06-041-0/+12
| |
* | Use the dynamic symtab of the runtime linker when looking for places to setdfr1998-04-301-0/+24
| | | | | | | | breakpoints. It may have been installed stripped.
* | Fixed copying of N_TXTADDR() from the system version in the previousbde1998-01-161-1/+1
| | | | | | | | | | | | revision. N_TXTADDR() was 0x20 too high in the usual case. Reported by: luoqi@watermarkgroup.com (Luoqi Chen)
* | 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