diff options
author | 2012-04-13 17:43:25 +0000 | |
---|---|---|
committer | 2012-04-13 17:43:25 +0000 | |
commit | 2113f60c0abc22181283e03ad2159d0533e055d9 (patch) | |
tree | 34d65ee0e4c9a8601ae283310f508cae95f142bf | |
parent | Enable multi-threaded debugging on i386. (diff) | |
download | wireguard-openbsd-2113f60c0abc22181283e03ad2159d0533e055d9.tar.xz wireguard-openbsd-2113f60c0abc22181283e03ad2159d0533e055d9.zip |
Enable multi-threaded debugging on amd64.
Diffstat (limited to '')
-rw-r--r-- | gnu/usr.bin/binutils/gdb/amd64obsd-nat.c | 1 |
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. */ |