C++-fy and prepare for sharing fork_inferior
[deliverable/binutils-gdb.git] / gdb / inf-ptrace.c
index c91100134b108def656d25b876687c315f0b68b5..b19aaf9e29b9f8b410f7a28746fee00b462a7f03 100644 (file)
@@ -90,8 +90,8 @@ inf_ptrace_me (void)
 
 static void
 inf_ptrace_create_inferior (struct target_ops *ops,
-                           char *exec_file, char *allargs, char **env,
-                           int from_tty)
+                           const char *exec_file, const std::string &allargs,
+                           char **env, int from_tty)
 {
   int pid;
 
This page took 0.02575 seconds and 4 git commands to generate.