summaryrefslogtreecommitdiffstats
path: root/contrib/gdb
Commit message (Collapse)AuthorAgeFilesLines
* Track changed definition of the debug registers.phk2002-10-211-2/+4
| | | | Sorry for missing this the first time.
* Document import of gdb-5.2.1.mp2002-10-122-14/+40
|
* Resolve conflicts with gdb-5.2.1 import.mp2002-10-123-1/+15
|
* This commit was generated by cvs2svn to compensate for changes in r104990,mp2002-10-1219-313/+1064
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import gdb-5.2.1mp2002-10-1222-319/+1086
| |
* | Make our i386 hacks in a less vendor file disturbing manner.obrien2002-07-101-29/+21
| |
* | Quiet warnings by making this ANSI-C clean.obrien2002-07-091-5/+18
| |
* | This commit was generated by cvs2svn to compensate for changes in r99005,obrien2002-06-2984-0/+3443
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of GDB 5.2.obrien2002-06-2984-0/+3443
| | | | | | | | | | These bits are taken from the FSF gdb_5_2-branch anoncvs repo on 27-June-2002 12:01:00 EDT.
* | - kernel core debugging for i386 (Mark Peek)obrien2002-06-293-1900/+1642
| | | | | | | | | | | | - thread debugging for i386 (Mark Peek) and alpha (Doug Rabson) Submitted by: mp,dfr
* | Note that this is a modified version of GDB.obrien2002-06-291-1/+1
| |
* | Use the stock source.obrien2002-06-291-1210/+1527
| |
* | Best that I can tell, we've never used these files.obrien2002-06-2928-12056/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r98954,obrien2002-06-282-0/+246
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of GDB 5.2.obrien2002-06-282-0/+246
| | | | | | | | | | These bits are taken from the FSF gdb_5_2-branch anoncvs repo on 27-June-2002 12:01:00 EDT.
* | Actually rev 1.3 (don't declare tilde_expand()) is needed with GDB 5.2.obrien2002-06-281-4/+2
| |
* | Our FreeBSD custom changes are OBE. Return to using the stock vendor sources.obrien2002-06-2825-17753/+23531
| |
* | This commit was generated by cvs2svn to compensate for changes in r98944,obrien2002-06-27514-44801/+242791
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of GDB 5.2.obrien2002-06-27639-90062/+295298
| | | | | | | | | | These bits are taken from the FSF gdb_5_2-branch anoncvs repo on 27-June-2002 12:01:00 EDT.
* | Use these malloc-like bits from libiberty now.obrien2002-01-271-2/+4
| |
* | 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.
OpenPOWER on IntegriCloud