From: Joel Brobecker Date: Tue, 12 Nov 2013 03:20:02 +0000 (+0400) Subject: Add missing ChangeLog entry for a7e332c24b77168bc61d4ee776bf29c831fbbc88 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a8a9844de3a32d971a75d6fd57d4a046e3971e9b;p=binutils-gdb.git Add missing ChangeLog entry for a7e332c24b77168bc61d4ee776bf29c831fbbc88 (Implement GDB/MI equivalent of "info exceptions" CLI command) --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5616e127316..cc97bbef70d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2013-11-12 Joel Brobecker + + * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration. + * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions + command. + * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c". + (mi_cmd_info_ada_exceptions): New function. + * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions". + 2013-11-12 Joel Brobecker * ada-lang.h: #include "vec.h".