Replace ../include/wait.h with gdb_wait.h.
[deliverable/binutils-gdb.git] / gdb / sol-thread.c
index d896f8e2b59c74a258eb581fada6da72b1edca2f..71e92167bdfa149419f0fad4cc1fec462355c9ab 100644 (file)
@@ -1446,6 +1446,7 @@ sol_find_new_threads ()
       printf_filtered ("No process.\n");
       return;
     }
+  procfs_find_new_threads ();  /* first find new kernel threads. */
   p_td_ta_thr_iter (main_ta, sol_find_new_threads_callback, (void *) 0,
                    TD_THR_ANY_STATE, TD_THR_LOWEST_PRIORITY,
                    TD_SIGNO_MASK, TD_THR_ANY_USER_FLAGS);
This page took 0.023764 seconds and 4 git commands to generate.