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
07961757d4
Virgin import of gdb-5.0
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
bde
1a23c43091
Fixed copying of N_TXTADDR() from the system version in the previous
...
revision. N_TXTADDR() was 0x20 too high in the usual case.
Reported by: luoqi@watermarkgroup.com (Luoqi Chen)
1998-01-16 08:46:50 +00:00
bde
490fe644a7
Backed out all FreeBSD changes. They are unnecessary now that bfd
...
understands kernels.
Reviewed by: jdp
1997-12-19 21:09:20 +00:00
bde
76e10b39d5
Override gdb's version of N_TXTADDR() with the (new) system version
...
so that gdb gets the text address right for kernels. Override some
other macros to get a consistent set.
Reviewed by: jdp
1997-12-19 21:08:54 +00:00
bde
dcb7c83195
Close some file descriptors on exec so that the inferior process gets
...
a normal environment. Fd's 3 and 4 were usually left open.
1997-12-17 13:23:51 +00:00
jdp
06158d862e
The previous revision (objfiles.c:1.2) fixed backtracing in the
...
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.
1997-11-27 21:26:08 +00:00
bde
3fd9956ac7
Removed most unused files (about 8M total).
1997-06-29 18:12:14 +00:00
bde
43bbfc5abd
Removed unused files (about 8MB total).
1997-06-29 18:06:40 +00:00
asami
6587742e40
Make all the info dir entries line up neatly.
1997-05-28 07:49:21 +00:00
pst
dce83c8002
Base work to make gdbserver work with FreeBSD
1997-04-03 00:29:25 +00:00
peter
07f1dc5356
Don't use these that were generated on a foreign system, generate our own.
1997-03-29 10:36:49 +00:00
bde
81ff9441ea
Quick fix for section limits not being relocated. This has always been
...
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.
1997-03-22 04:44:51 +00:00
bde
410254a3c8
Attempt to (re-?)import enough of gdb's configuration files for
...
./configure to work.
1997-03-16 17:37:16 +00:00
bde
0d4a12e774
This commit was generated by cvs2svn to compensate for changes in r23943,
...
which included commits to RCS files with non-trunk default branches.
1997-03-16 17:37:16 +00:00
bde
3db88516b3
Removed binary file.
1997-03-16 15:10:43 +00:00
bde
e57e9fab18
Removed unnecessary #include of obsolete <sys/dir.h> again.
1997-02-16 17:16:29 +00:00
bde
2dbe3ba35f
Removed unnecessary #include of obsolete <sys/dir.h> again.
1997-02-15 17:10:52 +00:00
bde
258ae1e3f0
Restored my fixes for printing the FP registers. Their
...
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.
1997-02-15 17:09:00 +00:00
gj
8c3139561e
FreeBSD specific modifications.
...
Obtained from /usr/ports/devel/gdb.
2.2. candidate ?
Should I put $FreeBSD$ into these files ?
1997-01-15 21:49:58 +00:00
pst
d3bb4185d0
Import GDB in its full glory (all 25mb). We'll put it on a diet once it's
...
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
1996-11-03 17:03:03 +00:00