Implement "set cwd" command on GDB
[deliverable/binutils-gdb.git] / gdb / common / common-inferior.h
index 87c13009ed523feb4f28c1c2d051d7872176aa43..515a8c0f4e06c5a22aa4d1bd227b420f4f75fd34 100644 (file)
@@ -30,4 +30,8 @@ extern const char *get_exec_wrapper ();
    otherwise return 0 in that case.  */
 extern char *get_exec_file (int err);
 
+/* Return the inferior's current working directory.  If nothing has
+   been set, then return NULL.  */
+extern const char *get_inferior_cwd ();
+
 #endif /* ! COMMON_INFERIOR_H */
This page took 0.025561 seconds and 4 git commands to generate.