Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Remove this GDB 4.18 file that is no longer part of GDB [5.0]. | obrien | 2001-03-29 | 1 | -17/+0 | |
| | | ||||||
* | | List of distfile contents to delete using `rm' and `find -delete'. | obrien | 2001-03-24 | 1 | -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, | obrien | 2000-08-04 | 1 | -0/+153 | |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | |||||
| * | Virgin import of gdb-5.0 | obrien | 2000-08-04 | 26 | -8978/+9487 | |
| | | ||||||
* | | These files are for an arch we don't care about. | obrien | 2000-08-04 | 8 | -5171/+0 | |
| | | ||||||
* | | Update for GDB 5.0. | obrien | 2000-08-02 | 1 | -0/+73 | |
| | | ||||||
* | | These files are for an arch we don't care about. | obrien | 2000-08-02 | 3 | -3080/+0 | |
| | | ||||||
* | | These files were part of GDB 4.16, but not version 4.18 (that we | obrien | 2000-05-17 | 9 | -777/+0 | |
| | | | | | | | | currently use). | |||||
* | | Fix (I believe) Bill Paul's core dump when using gdb on shared executables. | peter | 1999-11-22 | 1 | -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 20 | grog | 1999-08-20 | 1 | -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. | dfr | 1999-05-22 | 1 | -1/+1 | |
| | | ||||||
* | | GC some unused files from gdb and add them to the exclude list for future | dfr | 1999-05-03 | 3 | -268/+10 | |
| | | | | | | | | imports. | |||||
* | | Resurrect a file for alpha support in GDB and add some minor FreeBSD tweaks. | dfr | 1999-05-02 | 1 | -0/+1415 | |
| | | | | | | | | Magic wand waved by: Peter Wemm <peter@netplex.com.au> | |||||
* | | Delete parts of gdb which are now shared with binutils. | dfr | 1999-05-02 | 300 | -105553/+0 | |
| | | ||||||
* | | Add upgrade instructions to facilitate future gdb imports. | dfr | 1999-05-02 | 2 | -0/+29 | |
| | | ||||||
* | | Merge local changes into gdb-4.18 and add changes for FreeBSD/alpha. | dfr | 1999-05-02 | 26 | -1811/+7519 | |
| | | ||||||
* | | This commit was generated by cvs2svn to compensate for changes in r46283, | dfr | 1999-05-02 | 297 | -14202/+120511 | |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | |||||
| * | Virgin import of gdb-4.18 | dfr | 1999-05-02 | 387 | -20882/+141599 | |
| | | ||||||
* | | Fix bug: If gdb couldn't find the dynamic linker's "r_debug_state" | jdp | 1999-02-21 | 1 | -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 dlopen | dfr | 1998-09-25 | 1 | -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 ELF | jdp | 1998-09-14 | 1 | -0/+130 | |
| | | | | | | | | core dumps. | |||||
* | | Don't assume that time_t is long. Don't assume that time_t's can be | bde | 1998-06-29 | 1 | -1/+6 | |
| | | | | | | | | | | represented by ints. Keep assuming that time_t's can be represented by longs. | |||||
* | | Add support for baudrates higher than 37800. | dfr | 1998-06-04 | 1 | -0/+12 | |
| | | ||||||
* | | Use the dynamic symtab of the runtime linker when looking for places to set | dfr | 1998-04-30 | 1 | -0/+24 | |
| | | | | | | | | breakpoints. It may have been installed stripped. | |||||
* | | Fixed copying of N_TXTADDR() from the system version in the previous | bde | 1998-01-16 | 1 | -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 bfd | bde | 1997-12-19 | 1 | -7/+0 | |
| | | | | | | | | | | | | understands kernels. Reviewed by: jdp | |||||
* | | Override gdb's version of N_TXTADDR() with the (new) system version | bde | 1997-12-19 | 1 | -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 gets | bde | 1997-12-17 | 2 | -0/+2 | |
| | | | | | | | | a normal environment. Fd's 3 and 4 were usually left open. | |||||
* | | The previous revision (objfiles.c:1.2) fixed backtracing in the | jdp | 1997-11-27 | 1 | -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). | bde | 1997-06-29 | 120 | -83916/+0 | |
| | | ||||||
* | | Removed unused files (about 8MB total). | bde | 1997-06-29 | 148 | -92337/+0 | |
| | | ||||||
* | | Make all the info dir entries line up neatly. | asami | 1997-05-28 | 2 | -2/+2 | |
| | | ||||||
* | | Base work to make gdbserver work with FreeBSD | pst | 1997-04-03 | 2 | -10/+4 | |
| | | ||||||
* | | Don't use these that were generated on a foreign system, generate our own. | peter | 1997-03-29 | 3 | -6889/+0 | |
| | | ||||||
* | | Quick fix for section limits not being relocated. This has always been | bde | 1997-03-22 | 1 | -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, | bde | 1997-03-16 | 10 | -0/+6358 | |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | |||||
| * | Attempt to (re-?)import enough of gdb's configuration files for | bde | 1997-03-16 | 10 | -0/+6358 | |
| | | | | | | | | ./configure to work. | |||||
* | | Removed binary file. | bde | 1997-03-16 | 1 | -0/+0 | |
| | | ||||||
* | | Removed unnecessary #include of obsolete <sys/dir.h> again. | bde | 1997-02-16 | 1 | -1/+0 | |
| | | ||||||
* | | Removed unnecessary #include of obsolete <sys/dir.h> again. | bde | 1997-02-15 | 2 | -2/+0 | |
| | | ||||||
* | | Restored my fixes for printing the FP registers. Their | bde | 1997-02-15 | 1 | -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. | gj | 1997-01-15 | 5 | -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's | pst | 1996-11-03 | 869 | -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 |