Extend "set cwd" to work on gdbserver
[deliverable/binutils-gdb.git] / gdb / common / common-inferior.h
index 515a8c0f4e06c5a22aa4d1bd227b420f4f75fd34..3dcfda3e7b558bcf38c769bba1e2a4fbe07621d5 100644 (file)
@@ -34,4 +34,8 @@ extern char *get_exec_file (int err);
    been set, then return NULL.  */
 extern const char *get_inferior_cwd ();
 
+/* Set the inferior current working directory.  If CWD is NULL, unset
+   the directory.  */
+extern void set_inferior_cwd (const char *cwd);
+
 #endif /* ! COMMON_INFERIOR_H */
This page took 0.039177 seconds and 4 git commands to generate.