GNU Binutils with patches for OS216
修訂 | 0e237a531454902d4267b7b7e3c391db60b0f389 (tree) |
---|---|
時間 | 2008-03-13 07:22:06 |
作者 | Pedro Alves <palves@redh...> |
Commiter | Pedro Alves |
* thread.c (add_thread): Use printf_unfiltered to print.
@@ -1,3 +1,7 @@ | ||
1 | +2008-03-12 Pedro Alves <pedro@codesourcery.com> | |
2 | + | |
3 | + * thread.c (add_thread): Use printf_unfiltered to print. | |
4 | + | |
1 | 5 | 2008-02-12 Joel Brobecker <brobecker@gnat.com> |
2 | 6 | |
3 | 7 | * sol-thread.c: Replace use of TM_I386SOL2_H by an expression |
@@ -136,7 +136,7 @@ add_thread (ptid_t ptid) | ||
136 | 136 | struct thread_info *result = add_thread_silent (ptid); |
137 | 137 | |
138 | 138 | if (print_thread_events) |
139 | - printf_filtered (_("[New %s]\n"), target_pid_to_str (ptid)); | |
139 | + printf_unfiltered (_("[New %s]\n"), target_pid_to_str (ptid)); | |
140 | 140 | |
141 | 141 | return result; |
142 | 142 | } |