summaryrefslogtreecommitdiffstats
path: root/contrib/gdb/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
* 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
|
* 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
| |
* | 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
| |
* | 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>
* | 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-02286-13557/+117439
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of gdb-4.18dfr1999-05-02376-20237/+138527
| |
* | 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.
* | Backed out all FreeBSD changes. They are unnecessary now that bfdbde1997-12-191-7/+0
| | | | | | | | | | | | understands kernels. 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-29110-81392/+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.
* | Removed binary file.bde1997-03-161-0/+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-03411-0/+240961
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