summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e5111186b30..514026f51f7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
+ * defs.h (directory_switch): Add prototype.
+ * main.c (captured_main): Use directory_switch() instead of
+ directory_command() to add directories from the -d switch.
+ * source.c (directory_switch): New function.
+ (add_path): Use buildargv() to parse spaces in filenames properly.
+ Strip multiple trailing '/' rather than just one.
+
+2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
+
* symfile.c (add_symbol_file_command): Use buildargv(), instead of
hand decoding the command line, to allow use of quotes and spaces.
(_initialize_symfile): Reorganize the help message for add-symbol-file