gdb: Move construct_inferior_arguments to gdbsupport
[deliverable/binutils-gdb.git] / gdbsupport / common-inferior.h
index 3c8e87aee623e7237241b5a5ba96be96d80f4370..ee87bc75a3f33032d033f515f819520e841ffa15 100644 (file)
@@ -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 */
This page took 0.030453 seconds and 4 git commands to generate.