OSDN Git Service

* annotate.c (annotate_thread_changed): New function.
authornickrob <nickrob>
Fri, 6 Jun 2008 00:32:51 +0000 (00:32 +0000)
committernickrob <nickrob>
Fri, 6 Jun 2008 00:32:51 +0000 (00:32 +0000)
* thread.c (thread_command) : Use it.
* infrun.c (normal_stop): Use it.

gdb/thread.c

index 773ba5c..446a55e 100644 (file)
@@ -738,6 +738,7 @@ thread_command (char *tidstr, int from_tty)
       return;
     }
 
+  annotate_thread_changed ();
   gdb_thread_select (uiout, tidstr, NULL);
 }