import gdb-2000-02-02 snapshot
[deliverable/binutils-gdb.git] / gdb / remote.c
index 72ff24d05ec0c59012a2730fb2252422d42366d1..674a03ea5c4735c7ee3362e7100332f48b63d4ab 100644 (file)
@@ -758,7 +758,13 @@ record_currthread (currthread)
   if (!in_thread_list (currthread))
     {
       add_thread (currthread);
+#ifdef UI_OUT
+      ui_out_text (uiout, "[New ");
+      ui_out_text (uiout, target_pid_to_str (currthread));
+      ui_out_text (uiout, "]\n");
+#else
       printf_filtered ("[New %s]\n", target_pid_to_str (currthread));
+#endif
     }
 }
 
This page took 0.025001 seconds and 4 git commands to generate.