Thu May 21 13:14:25 1998 John Metzler <jmetzler@cygnus.com>
[deliverable/binutils-gdb.git] / gdb / thread.c
index b8bf9e1329b64df14096030eeef734a6a11e1bd0..4c158ffb5a63c008d92da50a9df69ebd91d4c4c1 100644 (file)
@@ -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)
This page took 0.022869 seconds and 4 git commands to generate.