* inferior.h (start_remote): Update prototype.

* infrun.c (start_remote): Take FROM_TTY.  Call
	post_create_inferior.
	* monitor.c (monitor_open): Update call to start_remote.
	* remote-sds.c (sds_start_remote, sds_open): Likewise.
	* remote.c (remote_start_remote): Likewise.
	(remote_start_remote_dummy): Removed.
	(remote_open): Update call to remote_start_remote.  Do not call
	post_create_inferior here.
This commit is contained in:
Daniel Jacobowitz
2006-10-18 16:56:13 +00:00
parent 2f83a18e2a
commit 8621d6a944
6 changed files with 35 additions and 23 deletions

View File

@@ -812,7 +812,7 @@ monitor_open (char *args, struct monitor_ops *mon_ops, int from_tty)
monitor_printf (current_monitor->line_term);
start_remote ();
start_remote (from_tty);
}
/* Close out all files and local state before this target loses