diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2008-06-06 00:33:52 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2008-06-06 00:33:52 +0000 |
commit | 4ea8a7a0753dbb8be51fee1bdaba0ae08615e2fd (patch) | |
tree | b687e457dc14791b0e034debb2c406609b9c8356 /gdb/infrun.c | |
parent | fa14163bc18880d1949726c5e27ef09c5e4eea5a (diff) | |
download | gdb-4ea8a7a0753dbb8be51fee1bdaba0ae08615e2fd.tar.gz |
* annotate.c (annotate_thread_changed): New function.
* thread.c (thread_command) : Use it.
* infrun.c (normal_stop): Use it.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index a1bb28713d3..2960acb2a8f 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; } |