From 98885d766ec6a495760d87d8677fca99b9efc91a Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Sat, 20 Apr 1991 03:59:44 +0000 Subject: [PATCH] infrun.c (start_remote): Also call wait_for_inferior & normal_stop. --- gdb/infrun.c | 2 ++ 1 file changed, 2 insertions(+) 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. */ -- 2.30.2