From ade713343b20094ef59cfd831d3102f58ca4f8f6 Mon Sep 17 00:00:00 2001 From: Steven Kreuzer Date: Tue, 16 Nov 2010 20:39:48 +0000 Subject: GDB is a source-level debugger for Ada, C, C++, Objective-C, Pascal and many other languages. GDB can target (i.e., debug programs running on) more than a dozen different processor architectures, and GDB itself can run on most popular GNU/Linux, Unix and Microsoft Windows variants. This version of gdb has been modified by jhb@ to recognize freebsd threads Reviewed by: John Baldwin , swell.k@gmail.com --- devel/gdb/files/patch-gdb-configure.tgt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 devel/gdb/files/patch-gdb-configure.tgt (limited to 'devel/gdb/files/patch-gdb-configure.tgt') diff --git a/devel/gdb/files/patch-gdb-configure.tgt b/devel/gdb/files/patch-gdb-configure.tgt new file mode 100644 index 000000000000..71c875e8e063 --- /dev/null +++ b/devel/gdb/files/patch-gdb-configure.tgt @@ -0,0 +1,20 @@ +--- gdb/configure.tgt.orig 2010-09-30 13:38:12.841406000 -0400 ++++ gdb/configure.tgt 2010-09-30 13:38:49.131127000 -0400 +@@ -169,7 +169,7 @@ + i[34567]86-*-freebsd* | i[34567]86-*-kfreebsd*-gnu) + # Target: FreeBSD/i386 + gdb_target_obs="i386-tdep.o i387-tdep.o i386bsd-tdep.o i386fbsd-tdep.o \ +- bsd-uthread.o corelow.o solib.o solib-svr4.o" ++ fbsd-threads.o corelow.o solib.o solib-svr4.o" + ;; + i[34567]86-*-netbsd* | i[34567]86-*-knetbsd*-gnu) + # Target: NetBSD/i386 +@@ -579,7 +579,7 @@ + # Target: FreeBSD/amd64 + gdb_target_obs="amd64-tdep.o amd64fbsd-tdep.o i386-tdep.o \ + i387-tdep.o i386bsd-tdep.o i386fbsd-tdep.o \ +- bsd-uthread.o corelow.o solib.o solib-svr4.o" ++ fbsd-threads.o corelow.o solib.o solib-svr4.o" + ;; + x86_64-*-mingw*) + # Target: MingW/amd64 -- cgit v1.2.3