mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
(add_thread_with_info): Use it.
This commit is contained in:
parent
6dfcd28457
commit
d4fc5b1ea7
@ -40,6 +40,7 @@
|
||||
#include <signal.h>
|
||||
#include "ui-out.h"
|
||||
#include "observer.h"
|
||||
#include "annotate.h"
|
||||
|
||||
/* Definition of struct thread_info exported to gdbthread.h */
|
||||
|
||||
@ -141,7 +142,8 @@ add_thread_with_info (ptid_t ptid, struct private_thread_info *private)
|
||||
|
||||
if (print_thread_events)
|
||||
printf_unfiltered (_("[New %s]\n"), target_pid_to_str (ptid));
|
||||
|
||||
|
||||
annotate_new_thread ();
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user