summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2012-04-13 17:43:26 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2012-04-13 17:43:26 +0000
commit8824b33cb80578e84a380fdd89d5045356aecdf7 (patch)
treed0a3e2ee0e4c31954015c31228a8ce1f6e9b403f /gnu/usr.bin
parent091f52cfb95426c7dd416fa17ef05d24d249966d (diff)
Enable multi-threaded debugging on amd64.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/binutils/gdb/amd64obsd-nat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdb/amd64obsd-nat.c b/gnu/usr.bin/binutils/gdb/amd64obsd-nat.c
index 5fdd3951fc0..461ec39da1d 100644
--- a/gnu/usr.bin/binutils/gdb/amd64obsd-nat.c
+++ b/gnu/usr.bin/binutils/gdb/amd64obsd-nat.c
@@ -146,6 +146,7 @@ _initialize_amd64obsd_nat (void)
t = amd64bsd_target ();
t->to_pid_to_str = obsd_pid_to_str;
t->to_find_new_threads = obsd_find_new_threads;
+ t->to_wait = obsd_wait;
add_target (t);
/* Support debugging kernel virtual memory images. */