ian
ca1f4aea74
Bring in current sim/ppc sources which fix configury to work with
...
NetBSD-current, in which statfs() exists but struct statfs does not.
2004-09-29 06:31:36 +00:00
chs
e87ba8fbf8
add back a dependency that DPSRCS doesn't handle.
2004-08-05 14:52:22 +00:00
chs
d62ab9b894
fix parallel builds:
...
use DPSRCS instead of an incomplete set of ad-hoc dependencies.
2004-07-29 14:36:38 +00:00
lukem
b817247988
Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target and
...
setting NOLINT, NOPIC, NOPROFILE (etc)
2004-05-23 02:24:50 +00:00
mrg
4f693be191
re-enable ppc-gdb "target sim" support.
2004-04-02 13:36:32 +00:00
mrg
37135b824f
make this build again.
2004-04-02 13:12:35 +00:00
mrg
b52423ebbe
copy the files from gnu/usr.bin/sim over here.
2004-04-02 13:06:01 +00:00
nathanw
58e744664c
Enable alpha kcore support.
2004-01-02 22:42:05 +00:00
nathanw
243cf32568
Alpha uses software single-step. Lost in the 5.0->5.3 conversion.
...
Addresses PR toolchain/23672.
2003-12-11 21:06:27 +00:00
nathanw
1a4f33e2db
Move _initialize_corelow() back to before _initialize_nbsd_thread() so that
...
threaded core debugging is enabled.
2003-12-01 17:54:41 +00:00
uwe
633913b2b3
Add ifdefed inits for TUI and if 0'ed _initialize_nbsd_thread (not yet).
2003-11-24 01:59:59 +00:00
uwe
c9a82b254b
DEFAULT_BFD_VEC should be little endian bfd_elf32_shlnbsd_vec.
2003-11-24 01:58:22 +00:00
matt
8c60671ca9
Add thread support.
2003-11-10 21:59:58 +00:00
matt
0ef98a7702
Make version 5.3nb1
2003-11-10 21:49:14 +00:00
matt
e2bf0dc236
Enable nbsd-thread.
...
Make version 5.3nb1.
2003-11-10 21:48:48 +00:00
mrg
57ddb40e82
be sure to default to bfd_elf32_bigarm_vec not bfd_elf32_littlearm_vec
2003-11-07 07:31:44 +00:00
hannken
83bd54e877
Add "target kcore" to gdb53/sparc64.
...
Taken verbatim from the old gdb in src/gnu/dist/toolchain/gdb.
Approved by: Christos Zoulas <christos@netbsd.org>
2003-11-04 19:33:39 +00:00
hannken
3f72313b8e
Add "target kcore" to gdb53/sparc.
...
Taken verbatim from the old gdb in src/gnu/dist/toolchain/gdb.
Approved by: Christos Zoulas <zoulas@netbsd.org>
2003-11-02 20:59:28 +00:00
uwe
1d729d7bc4
First cut at implementing software single stepping for sh3. We need
...
it because sh3 ports don't provide PT_STEP. It is finally possible to
run programs under gdb now, though there are still issues to be
resolved. It was deemed useful enough to commit early, while the work
is still in progress. Tested on hpcsh.
Blessed by christos@.
2003-10-31 00:11:27 +00:00
uwe
375b04dc77
Default to the little-endian bfd_elf32_shlnbsd_vec.
2003-10-28 01:58:23 +00:00
mrg
e2c8806fcf
compile (but not run-time) tested sh3eb-netbsdelf-gdb support.
2003-10-28 01:21:37 +00:00
uwe
398db2f8fd
Item 1 - mention that you can configure and build in a scratch
...
directory, thus saving the trouble of doing distclean and cvs update.
Item 4 - it's defs.mk, not defs.h.
New bullet - in defs.mk set G_BFD_CPPFLAGS from `tdefaults' variable
of the generated bfd/Makefile.
2003-10-28 01:12:11 +00:00
mrg
d103a27279
compile-tested sun2 support for GDB 5.3.
2003-10-27 23:56:55 +00:00
mrg
2f6aa47ade
compile (but not runtime) tested support for armeb-netbsdelf-gdb 5.3
2003-10-27 16:36:19 +00:00
wiz
51677832e7
Close parentheses.
2003-10-27 00:57:04 +00:00
christos
94920a3392
Add the declarations in init.c too (mentioned by Christian Limpach)
2003-10-26 17:49:24 +00:00
christos
f9f34b91b1
Add a guide on how to add new NetBSD platform support to gdb. Requested by
...
mrg.
2003-10-26 17:18:04 +00:00
matt
6e23d936ae
More fixes.
2003-10-25 19:02:07 +00:00
matt
1b7561a047
Add VAX GDB 5.3 support.
2003-10-25 18:24:58 +00:00
matt
3e45a9f0c7
Fix library order so that -static will work.
2003-10-25 18:24:23 +00:00
skrll
a69cb4cc55
ARM thread support.
...
- add or expose {supply,fill}_{fp,g}regset functions
- add lwpid to ptrace calls
2003-10-21 19:07:36 +00:00
fvdl
9558d5998a
Add NetBSD kcore support.
2003-10-14 22:59:59 +00:00
fvdl
e67583ab9d
NetBSD support for the x86_64 target.
2003-10-14 02:02:17 +00:00
chs
8868d13163
bring over the rest of the IN_SIGTRAMP() hack from the old gdb so that
...
gdb builds on the sun3. jason sez "check that in, for now".
2003-10-12 01:05:36 +00:00
skrll
cb958e7b00
First cut at ARM support. Not tested.
2003-09-26 19:59:14 +00:00
skrll
c51a5a7eab
.c->.o
2003-09-26 19:49:41 +00:00
skrll
76521c5eab
Need to look in ${DIST}/bfd on ARM.
2003-09-26 19:45:48 +00:00
christos
4f6b2d371c
Switch gdb to use libedit for now.
2003-09-26 17:51:18 +00:00
christos
15d85836fb
Make TUI optional.
2003-09-26 17:37:56 +00:00
matt
ca2905b022
GDB 5.3 support for Alpha
2003-09-24 06:16:48 +00:00
matt
be53bdf66a
Regen some powerpc files. Disable sim for now.
2003-09-24 02:36:10 +00:00
uwe
f632d9218f
#undef WITH_SIM
2003-09-24 00:08:28 +00:00
matt
be717f0864
Add GDB 5.3 powerpc bits.
2003-09-23 23:11:39 +00:00
cl
0af731d2e2
enable pthread debugging
2003-09-23 13:32:52 +00:00
cl
caadee30ed
enable target kcore
2003-09-23 13:10:32 +00:00
cl
4f2222cf82
make gdb53 work on m68k
...
- fix elf core register access
- add elf abi detection
2003-09-23 01:52:41 +00:00
cl
b60a501123
remove double initialize_corelow
2003-09-23 01:11:48 +00:00
uwe
df0d1f49b1
sh3el support for gdb-5.3. Bootstrapped on hpcsh.
2003-09-21 21:14:49 +00:00
christos
5deb330b87
add kcore init function.
2003-09-20 06:22:31 +00:00
martin
d911902f25
init.c changes from i386 and add coresponding *.o files.
2003-09-14 10:15:47 +00:00