infrun.c (start_remote): Also call wait_for_inferior & normal_stop.

This commit is contained in:
Jim Kingdon 1991-04-20 03:59:44 +00:00
parent f2ebc25fc2
commit 98885d766e
1 changed files with 2 additions and 0 deletions

View File

@ -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. */