diff options
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |