diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7c54e0a..43a2539 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2014-02-20 Joel Brobecker <brobecker@adacore.com> + * windows-nat.c (_initialize_windows_nat): Deprecate the + "dll-symbols" command. Turn the "add-shared-symbol-files" + and "assf" aliases into commands, and deprecate them as well. + * NEWS: Add entry explaining that "dll-symbols" and its two + aliases are now deprecated. + +2014-02-20 Joel Brobecker <brobecker@adacore.com> + * dec-thread.c (dec_thread_get_ada_task_ptid): Avoid unescaped new-line in debug string. Remove trailing spaces. |