From b8fa951a9b0f00619f42a28a044d8e334ff646f8 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Fri, 6 Jun 2008 00:33:52 +0000 Subject: * annotate.c (annotate_thread_changed): New function. * thread.c (thread_command) : Use it. * infrun.c (normal_stop): Use it. --- gdb/infrun.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/infrun.c') diff --git a/gdb/infrun.c b/gdb/infrun.c index a1bb287..2960acb 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -3605,6 +3605,7 @@ normal_stop (void) target_terminal_ours_for_output (); printf_filtered (_("[Switching to %s]\n"), target_pid_to_str (inferior_ptid)); + annotate_thread_changed (); previous_inferior_ptid = inferior_ptid; } -- cgit v1.1