diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-04-18 19:53:50 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-04-18 19:53:50 +0000 |
commit | eb62e6394be31e441529f1f0731b5b9521003c94 (patch) | |
tree | ed992cc78df253df558677a2ca3ac66e74597180 /gnu | |
parent | c2341fa2713b07a8e27608abceb76631f94a5c43 (diff) |
Enable multi-threaded debugging on powerpc.
Diffstat (limited to 'gnu')
-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. */ |