From: Jim Kingdon Date: Sat, 20 Apr 1991 03:59:44 +0000 (+0000) Subject: infrun.c (start_remote): Also call wait_for_inferior & normal_stop. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=98885d766ec6a495760d87d8677fca99b9efc91a;p=binutils-gdb.git infrun.c (start_remote): Also call wait_for_inferior & normal_stop. --- diff --git a/gdb/infrun.c b/gdb/infrun.c index 1cca59277d3..ac15f37d109 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -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. */