aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index b232972..218d9e5 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -73,3 +73,7 @@ struct command_line
};
struct command_line *read_command_lines ();
+
+/* String containing the current directory (what getwd would return). */
+
+char *current_directory;