diff options
author | Mark Peek <mp@FreeBSD.org> | 2002-06-06 03:56:34 +0000 |
---|---|---|
committer | Mark Peek <mp@FreeBSD.org> | 2002-06-06 03:56:34 +0000 |
commit | 1d9dc859cd6bfa6e8dc46bc0590c62422234d1fd (patch) | |
tree | 13ebe8be581fc3f158aebac9a91bdec7dfe3b08e /devel/gdb66/files/patch-config_i386_fbsd.mh | |
parent | Reflect reality...this is gdb-5.2, not gdb-5.1. (diff) |
- Add support for specifying expressions in add-symbol-file (Nick Hibma)
- Add patches from src/ bits for:
- kernel core debugging for i386
- thread debugging for i386 and alpha (Doug Rabson)
This patch allows debugging -current kernels compiled with gcc-3.1.
Reviewed by: dfr
Approved by: obrien
Notes
Notes:
svn path=/head/; revision=60677
Diffstat (limited to 'devel/gdb66/files/patch-config_i386_fbsd.mh')
-rw-r--r-- | devel/gdb66/files/patch-config_i386_fbsd.mh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/gdb66/files/patch-config_i386_fbsd.mh b/devel/gdb66/files/patch-config_i386_fbsd.mh new file mode 100644 index 000000000000..252505993248 --- /dev/null +++ b/devel/gdb66/files/patch-config_i386_fbsd.mh @@ -0,0 +1,8 @@ +--- gdb/config/i386/fbsd.mh Thu Jan 17 20:50:59 2002 ++++ gdb/config/i386/fbsd.mh Mon May 27 18:36:20 2002 +@@ -4,4 +4,4 @@ + + NAT_FILE= nm-fbsd.h + # NOTE: Do not spread NATDEPFILES over several lines - it hurts BSD make. +-NATDEPFILES= fork-child.o infptrace.o inftarg.o solib.o solib-svr4.o solib-legacy.o corelow.o core-aout.o core-regset.o i386-nat.o i387-nat.o i386bsd-nat.o i386fbsd-nat.o ++NATDEPFILES= fork-child.o infptrace.o inftarg.o solib.o solib-svr4.o solib-legacy.o corelow.o core-aout.o core-regset.o i386-nat.o i387-nat.o i386bsd-nat.o i386fbsd-nat.o kvm-fbsd.o freebsd-uthread.o |