From: Nick Roberts Date: Tue, 20 May 2008 21:05:07 +0000 (+0000) Subject: (add_thread_with_info): Use it. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d4fc5b1ea748aa8f06b41b582dcf178e9d8af580;p=binutils-gdb.git (add_thread_with_info): Use it. --- diff --git a/gdb/thread.c b/gdb/thread.c index beab381fad1..773ba5c1999 100644 --- a/gdb/thread.c +++ b/gdb/thread.c @@ -40,6 +40,7 @@ #include #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; }