diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/target.h b/gdb/target.h index fac9d51..a971adf 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -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) |