Inform about new thread in a single place.
[deliverable/binutils-gdb.git] / gdb / bsd-uthread.c
index 074f06c67a08d8c16556d81554d5610b83efa532..a15c78f2158239c598ab15ea7b39af4dbe208a77 100644 (file)
@@ -366,7 +366,7 @@ bsd_uthread_wait (ptid_t ptid, struct target_waitstatus *status)
   if (ptid_get_tid (ptid) != 0 && !in_thread_list (ptid)
       && ptid_get_tid (inferior_ptid) == 0)
     {
-      add_thread (ptid);
+      add_thread_silent (ptid);
       inferior_ptid = ptid;
     }
 
This page took 0.022876 seconds and 4 git commands to generate.