diff options
author | 2012-04-18 19:53:49 +0000 | |
---|---|---|
committer | 2012-04-18 19:53:49 +0000 | |
commit | 52eea46e36b75052e1d3c0e74894e4258694f81e (patch) | |
tree | 998763a96ed6c3c021c656fe27075c35c087a19e | |
parent | merge some whitespace changes before bigger changes (diff) | |
download | wireguard-openbsd-52eea46e36b75052e1d3c0e74894e4258694f81e.tar.xz wireguard-openbsd-52eea46e36b75052e1d3c0e74894e4258694f81e.zip |
Enable multi-threaded debugging on powerpc.
-rw-r--r-- | gnu/usr.bin/binutils/gdb/ppcobsd-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdb/ppcobsd-nat.c b/gnu/usr.bin/binutils/gdb/ppcobsd-nat.c index d8aea7cb5f8..64ee355667a 100644 --- a/gnu/usr.bin/binutils/gdb/ppcobsd-nat.c +++ b/gnu/usr.bin/binutils/gdb/ppcobsd-nat.c @@ -209,6 +209,7 @@ _initialize_ppcobsd_nat (void) t->to_store_registers = ppcobsd_store_registers; 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); /* General-purpose registers. */ |