mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
infrun.c (start_remote): Also call wait_for_inferior & normal_stop.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user