Add missing ChangeLog entry for a7e332c24b77168bc61d4ee776bf29c831fbbc88
authorJoel Brobecker <brobecker@adacore.com>
Tue, 12 Nov 2013 03:20:02 +0000 (07:20 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Tue, 12 Nov 2013 03:20:02 +0000 (07:20 +0400)
(Implement GDB/MI equivalent of "info exceptions" CLI command)

gdb/ChangeLog

index 5616e1273165b821ccc65847ab9f24acc12b2959..cc97bbef70d88740dba41c09d6bf4f554ed9d3dd 100644 (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".