Add missing ChangeLog entry for a7e332c24b

(Implement GDB/MI equivalent of "info exceptions" CLI command)
This commit is contained in:
Joel Brobecker 2013-11-12 07:20:02 +04:00
parent 58d065288c
commit a8a9844de3
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
2013-11-12 Joel Brobecker <brobecker@adacore.com>
* 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 <brobecker@adacore.com>
* ada-lang.h: #include "vec.h".