Share fork_inferior et al with gdbserver
[deliverable/binutils-gdb.git] / gdb / common / common-utils.h
index c331f0d62ff4419cb3fcf4da23a028536264be4f..787bac9a03b306f840e57b96131d15250ee27230 100644 (file)
@@ -108,4 +108,8 @@ extern const char *skip_to_space_const (const char *inp);
    freeing all the elements.  */
 extern void free_vector_argv (std::vector<char *> &v);
 
+/* Given a vector of arguments ARGV, return a string equivalent to
+   joining all the arguments with a whitespace separating them.  */
+extern std::string stringify_argv (const std::vector<char *> &argv);
+
 #endif
This page took 0.023738 seconds and 4 git commands to generate.