mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-03 04:01:22 +08:00
infrun.c (start_remote): Also call wait_for_inferior & normal_stop.
This commit is contained in:
@ -599,6 +599,8 @@ start_remote ()
|
||||
clear_proceed_status ();
|
||||
stop_soon_quietly = 1;
|
||||
trap_expected = 0;
|
||||
wait_for_inferior ();
|
||||
normal_stop ();
|
||||
}
|
||||
|
||||
/* Initialize static vars when a new inferior begins. */
|
||||
|
Reference in New Issue
Block a user