diff options
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 502d3ef..93c8d9b 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -270,6 +270,8 @@ extern void clone_and_follow_inferior (int, int *); extern void startup_inferior (int); +extern char *construct_inferior_arguments (struct gdbarch *, int, char **); + /* From inflow.c */ extern void new_tty_prefork (char *); @@ -307,6 +309,8 @@ extern char *get_inferior_args (void); extern char *set_inferior_args (char *); +extern void set_inferior_args_vector (int, char **); + /* Last signal that the inferior received (why it stopped). */ extern enum target_signal stop_signal; |