mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
infrun.c (start_remote): Also call wait_for_inferior & normal_stop.
This commit is contained in:
parent
f2ebc25fc2
commit
98885d766e
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user