infrun.c (start_remote): Also call wait_for_inferior & normal_stop.
This commit is contained in:
parent
f2ebc25fc2
commit
98885d766e
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue