* gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
[deliverable/binutils-gdb.git] / gdb / monitor.c
index cd4f045375ebbb44c54b1f59207d9bd265beaa09..a3f6672f74a7f429c5e7222682f01cee7a3bea48 100644 (file)
@@ -2011,7 +2011,8 @@ monitor_kill (void)
    the program at that point.  */
 
 static void
-monitor_create_inferior (char *exec_file, char *args, char **env)
+monitor_create_inferior (char *exec_file, char *args, char **env,
+                        int from_tty)
 {
   if (args && (*args != '\000'))
     error ("Args are not supported by the monitor.");
This page took 0.024551 seconds and 4 git commands to generate.