These files removed.
[deliverable/binutils-gdb.git] / gdb / inf-ttrace.c
index c3a0bb65e8b58d3e1d879236040415c91c33ef67..8a8399ad956d278d854cf5cec37ac48b5ecae3d8 100644 (file)
@@ -964,7 +964,8 @@ inf_ttrace_wait (ptid_t ptid, struct target_waitstatus *ourstatus)
       break;
 
     case TTEVT_LWP_EXIT:
-      printf_filtered(_("[%s exited]\n"), target_pid_to_str (ptid));
+      if (print_thread_events)
+       printf_unfiltered (_("[%s exited]\n"), target_pid_to_str (ptid));
       ti = find_thread_pid (ptid);
       gdb_assert (ti != NULL);
       ((struct inf_ttrace_private_thread_info *)ti->private)->dying = 1;
This page took 0.023898 seconds and 4 git commands to generate.