Commit Graph

69 Commits

Author SHA1 Message Date
phk
7ae5bcce13 Track changed definition of the debug registers.
Sorry for missing this the first time.
2002-10-21 05:33:05 +00:00
mp
95c301cfa8 Document import of gdb-5.2.1. 2002-10-12 21:33:49 +00:00
mp
dd47f94b48 Resolve conflicts with gdb-5.2.1 import. 2002-10-12 17:56:57 +00:00
mp
662bef054d This commit was generated by cvs2svn to compensate for changes in r104990,
which included commits to RCS files with non-trunk default branches.
2002-10-12 17:47:36 +00:00
mp
88f121ea81 Import gdb-5.2.1 2002-10-12 17:47:36 +00:00
obrien
c81428ffa3 Make our i386 hacks in a less vendor file disturbing manner. 2002-07-10 07:48:45 +00:00
obrien
201204e3e1 Quiet warnings by making this ANSI-C clean. 2002-07-09 17:01:47 +00:00
obrien
2cf1e97b17 Vendor import of GDB 5.2.
These bits are taken from the FSF gdb_5_2-branch anoncvs repo
on 27-June-2002 12:01:00 EDT.
2002-06-29 01:43:09 +00:00
obrien
e900e294aa This commit was generated by cvs2svn to compensate for changes in r99005,
which included commits to RCS files with non-trunk default branches.
2002-06-29 01:43:09 +00:00
obrien
d19a8a8bcc - kernel core debugging for i386 (Mark Peek)
- thread debugging for i386 (Mark Peek) and alpha (Doug Rabson)

Submitted by:	mp,dfr
2002-06-29 00:42:52 +00:00
obrien
25a15206cc Note that this is a modified version of GDB. 2002-06-29 00:41:02 +00:00
obrien
0e3e623956 Use the stock source. 2002-06-29 00:38:44 +00:00
obrien
34f53fba4b Best that I can tell, we've never used these files. 2002-06-29 00:36:19 +00:00
obrien
85855d9a26 Vendor import of GDB 5.2.
These bits are taken from the FSF gdb_5_2-branch anoncvs repo
on 27-June-2002 12:01:00 EDT.
2002-06-28 03:29:27 +00:00
obrien
38447b17f1 This commit was generated by cvs2svn to compensate for changes in r98954,
which included commits to RCS files with non-trunk default branches.
2002-06-28 03:29:27 +00:00
obrien
3c6758b080 Actually rev 1.3 (don't declare tilde_expand()) is needed with GDB 5.2. 2002-06-28 01:13:52 +00:00
obrien
b57e03773b Our FreeBSD custom changes are OBE. Return to using the stock vendor sources. 2002-06-28 00:14:03 +00:00
obrien
f458c59c23 Vendor import of GDB 5.2.
These bits are taken from the FSF gdb_5_2-branch anoncvs repo
on 27-June-2002 12:01:00 EDT.
2002-06-27 23:04:23 +00:00
obrien
22785b63ac This commit was generated by cvs2svn to compensate for changes in r98944,
which included commits to RCS files with non-trunk default branches.
2002-06-27 23:04:23 +00:00
obrien
2452046630 Use these malloc-like bits from libiberty now. 2002-01-27 12:45:01 +00:00
obrien
b774e8df1d Remove the filename_completion_function() extern that conflicts with the
latest version of this fuction in Readline 4.2
2001-04-14 01:49:32 +00:00
obrien
43628d251e The internal declaration for tilde_expand() now conflicts with the one
that was finally added to the readline headers in readline 4.2.

Submitted by:	ache
2001-04-11 16:15:19 +00:00
obrien
3d612025ea Change "*coff*" to "coff*" so that the pattern will not dike out xcoffsolib.h.
I'll revisit the pattern on the next import.
2001-03-30 02:37:55 +00:00
obrien
b57e9bace0 Remove these MD files that we've never needed. 2001-03-30 01:44:39 +00:00
obrien
c1913908db Remove this auto-generated file (and isn't part of 5.0 as it shouldn't be). 2001-03-30 01:41:02 +00:00
obrien
c62cc9fd01 Remove these GDB 4.18 docs that did not make it into 5.0. 2001-03-30 01:40:04 +00:00
obrien
4aa742e5f2 Remove this GDB 4.18 file that is no longer part of GDB [5.0]. 2001-03-29 20:53:56 +00:00
obrien
d93a3958e5 List of distfile contents to delete using rm' and find -delete'.
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.
2001-03-24 09:37:48 +00:00
obrien
07961757d4 Virgin import of gdb-5.0 2000-08-04 09:35:05 +00:00
obrien
9703c738f2 This commit was generated by cvs2svn to compensate for changes in r64234,
which included commits to RCS files with non-trunk default branches.
2000-08-04 09:35:05 +00:00
obrien
a9ecb83d5a These files are for an arch we don't care about. 2000-08-04 08:34:04 +00:00
obrien
99f61d59c1 Update for GDB 5.0. 2000-08-02 20:18:50 +00:00
obrien
7efd9835ec These files are for an arch we don't care about. 2000-08-02 11:56:42 +00:00
obrien
38b2e82610 These files were part of GDB 4.16, but not version 4.18 (that we
currently use).
2000-05-17 19:32:59 +00:00
peter
29ad70f93e Fix (I believe) Bill Paul's core dump when using gdb on shared executables.
This is an addition to rev 1.5.  If lm == NULL, new->lm is uninitialized.
1999-11-22 18:04:53 +00:00
grog
2040a3dcf9 Reduce default timeout on remote serial debugging sessions from 20
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
1999-08-20 02:58:16 +00:00
dfr
e949c2c01f Fix a coredump when debugging corefiles from static programs. 1999-05-22 08:25:02 +00:00
dfr
4ed7803976 GC some unused files from gdb and add them to the exclude list for future
imports.
1999-05-03 20:50:12 +00:00
dfr
6bb238c13f Resurrect a file for alpha support in GDB and add some minor FreeBSD tweaks.
Magic wand waved by: Peter Wemm <peter@netplex.com.au>
1999-05-02 16:08:02 +00:00
dfr
a16f261670 Delete parts of gdb which are now shared with binutils. 1999-05-02 15:34:14 +00:00
dfr
a11f05e63e Add upgrade instructions to facilitate future gdb imports. 1999-05-02 11:59:45 +00:00
dfr
4904d4610f Merge local changes into gdb-4.18 and add changes for FreeBSD/alpha. 1999-05-02 11:25:35 +00:00
dfr
5d522df45b Virgin import of gdb-4.18 1999-05-02 10:18:14 +00:00
dfr
16472937e3 This commit was generated by cvs2svn to compensate for changes in r46283,
which included commits to RCS files with non-trunk default branches.
1999-05-02 10:18:14 +00:00
jdp
c3a98df4f2 Fix bug: If gdb couldn't find the dynamic linker's "r_debug_state"
symbol, it aborted with "virtual memory exhausted."  Now it warns
about the problem and proceeds.
1999-02-21 19:58:36 +00:00
dfr
2517a6e8dc Rewrite the bits of the solib code to handle implentations where dlopen
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.
1998-09-25 14:39:52 +00:00
jdp
57f346317f Bring core-regset.c back to life. It is needed for handling ELF
core dumps.
1998-09-14 20:53:47 +00:00
bde
c3445a1f50 Don't assume that time_t is long. Don't assume that time_t's can be
represented by ints.  Keep assuming that time_t's can be represented
by longs.
1998-06-29 16:30:43 +00:00
dfr
7847504fb3 Add support for baudrates higher than 37800. 1998-06-04 06:43:01 +00:00
dfr
551bf49cbe Use the dynamic symtab of the runtime linker when looking for places to set
breakpoints.  It may have been installed stripped.
1998-04-30 07:56:18 +00:00