* inferior.h (start_remote): Update prototype.
[deliverable/binutils-gdb.git] / gdb / monitor.c
index be807bcd19a2337615a64c04f5b3b32f6b8a407e..80e0cdd89240c41e3180b6925703bf8f6dbc93f2 100644 (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
This page took 0.02352 seconds and 4 git commands to generate.