C++-fy and prepare for sharing fork_inferior
[deliverable/binutils-gdb.git] / gdb / target.h
index fac9d51c017e41ecbf267e8bb89154fdc0604a9b..a971adf8c6cff4d866a649d170ed5c9ea41b6c1b 100644 (file)
@@ -591,7 +591,8 @@ struct target_ops
        ENV is the environment vector to pass.  Errors reported with error().
        On VxWorks and various standalone systems, we ignore exec_file.  */
     void (*to_create_inferior) (struct target_ops *, 
-                               char *, char *, char **, int);
+                               const char *, const std::string &,
+                               char **, int);
     void (*to_post_startup_inferior) (struct target_ops *, ptid_t)
       TARGET_DEFAULT_IGNORE ();
     int (*to_insert_fork_catchpoint) (struct target_ops *, int)
This page took 0.02482 seconds and 4 git commands to generate.