* infrun.c (start_remote): Move call init_wait_for_inferior to ...
	* remote.c (remote_start_remote): ... here.
	* monitor.c (monitor_open): ... here.
This commit is contained in:
Yao Qi
2011-06-23 15:08:01 +00:00
parent ab5c6a729c
commit 6e586cc565
4 changed files with 19 additions and 1 deletions

View File

@@ -2246,7 +2246,6 @@ start_remote (int from_tty)
{
struct inferior *inferior;
init_wait_for_inferior ();
inferior = current_inferior ();
inferior->control.stop_soon = STOP_QUIETLY_REMOTE;