infrun.c (start_remote): Also call wait_for_inferior & normal_stop.
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 20 Apr 1991 03:59:44 +0000 (03:59 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 20 Apr 1991 03:59:44 +0000 (03:59 +0000)
gdb/infrun.c

index 1cca59277d30ee016b93165a3b82fef084e1d49b..ac15f37d10938ea988a5a598e5a755fbfd66ad42 100644 (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.  */