diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9401312..f8790e7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2013-12-10 Joel Brobecker <brobecker@adacore.com> + * mi/mi-main.c (mi_cmd_list_features): add "exec-run-start-option". + * NEWS: Expand the entry documenting the new -exec-run --start + option to mention the corresponding new entry in the output of + "-list-features". + +2013-12-10 Joel Brobecker <brobecker@adacore.com> + * windows-nat.c (handle_load_dll): Add comments. (windows_ensure_ntdll_loaded): New function. (do_initial_windows_stuff): Use windows_ensure_ntdll_loaded. |