diff options
Diffstat (limited to 'gdb/thread.c')
-rw-r--r-- | gdb/thread.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/thread.c b/gdb/thread.c index b8bf9e1..4c158ff 100644 --- a/gdb/thread.c +++ b/gdb/thread.c @@ -347,6 +347,10 @@ info_threads_command (arg, from_tty) if (!target_has_stack) error ("No stack."); prune_threads (); +#if defined(FIND_NEW_THREADS) + FIND_NEW_THREADS (); +#endif + for (tp = thread_list; tp; tp = tp->next) { if (tp->pid == current_pid) |