summaryrefslogtreecommitdiff
path: root/gdbsupport/common-inferior.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/common-inferior.h')
-rw-r--r--gdbsupport/common-inferior.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdbsupport/common-inferior.h b/gdbsupport/common-inferior.h
index 3c8e87aee62..ee87bc75a3f 100644
--- a/gdbsupport/common-inferior.h
+++ b/gdbsupport/common-inferior.h
@@ -58,4 +58,8 @@ extern void set_inferior_cwd (const char *cwd);
the target is started up with a shell. */
extern bool startup_with_shell;
+/* Compute command-line string given argument vector. This does the
+ same shell processing as fork_inferior. */
+extern char *construct_inferior_arguments (int, char **);
+
#endif /* COMMON_COMMON_INFERIOR_H */