From d4fc5b1ea748aa8f06b41b582dcf178e9d8af580 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Tue, 20 May 2008 21:05:07 +0000 Subject: [PATCH] (add_thread_with_info): Use it. --- gdb/thread.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } -- 2.30.2