summaryrefslogtreecommitdiff
path: root/gdb/monitor.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2006-10-18 16:56:13 +0000
committerDaniel Jacobowitz <dan@debian.org>2006-10-18 16:56:13 +0000
commitaf76ca18bcd799aea63e20307edc7752a0c90a64 (patch)
tree4e88b60b13c34c32da55bd4c598d92c9b69e7cb5 /gdb/monitor.c
parent809ef6d094f9e78241a671204f6ae1c30a56a11e (diff)
downloadgdb-af76ca18bcd799aea63e20307edc7752a0c90a64.tar.gz
* 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.
Diffstat (limited to 'gdb/monitor.c')
-rw-r--r--gdb/monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/monitor.c b/gdb/monitor.c
index be807bcd19a..80e0cdd8924 100644
--- a/gdb/monitor.c
+++ b/gdb/monitor.c
@@ -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