Inform about new thread in a single place.
[deliverable/binutils-gdb.git] / gdb / infrun.c
index d28d43fb09298fb497218464a364d0317f9dbd6c..942fb7dd1e681a93d324437830727f1698776e0a 100644 (file)
@@ -1331,13 +1331,7 @@ handle_inferior_event (struct execution_control_state *ecs)
 
   if (ecs->ws.kind != TARGET_WAITKIND_EXITED
       && ecs->ws.kind != TARGET_WAITKIND_SIGNALLED && ecs->new_thread_event)
-    {
-      add_thread (ecs->ptid);
-
-      ui_out_text (uiout, "[New ");
-      ui_out_text (uiout, target_pid_to_str (ecs->ptid));
-      ui_out_text (uiout, "]\n");
-    }
+    add_thread (ecs->ptid);
 
   switch (ecs->ws.kind)
     {
This page took 0.025025 seconds and 4 git commands to generate.