mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
* annotate.c (annotate_thread_changed): New function.
* thread.c (thread_command) : Use it. * infrun.c (normal_stop): Use it.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user