diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-04-13 16:40:44 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-04-13 16:40:44 +0000 |
commit | 091f52cfb95426c7dd416fa17ef05d24d249966d (patch) | |
tree | 244effd7478148ec88a09aceb06fbd3661636527 | |
parent | e1e18506bc864024f45d0b1654ffd3fc7d2febe8 (diff) |
Enable multi-threaded debugging on i386.
-rw-r--r-- | gnu/usr.bin/binutils/gdb/i386obsd-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdb/i386obsd-nat.c b/gnu/usr.bin/binutils/gdb/i386obsd-nat.c index 5637c423df7..71e3641f619 100644 --- a/gnu/usr.bin/binutils/gdb/i386obsd-nat.c +++ b/gnu/usr.bin/binutils/gdb/i386obsd-nat.c @@ -130,6 +130,7 @@ _initialize_i386obsd_nat (void) t = i386bsd_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. */ |