This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 4/4] (Ada) Add gdb-mi support for stopping at start of exception handler.


> From: Xavier Roirand <roirand@adacore.com>
> Cc: Xavier Roirand <roirand@adacore.com>,	brobecker@adacore.com
> Date: Mon, 29 Jan 2018 13:47:06 +0100
> 
> Following my previous commit which add support for stopping at start of
> exception handler, this commit adds required gdb-mi support for this
> feature.
> 
> gdb/ChangeLog:
> 
>     * mi/mi-cmd-catch.c (mi_cmd_catch_handlers): New function.
>     * mi/mi-cmds.c (struct mi_cmds): Add catch-handlers command.
>     * mi/mi-cmds.h (mi_cmd_catch_handlers): Add external declaration.
>     * NEWS: Document "-catch-handlers" command.
> 
> gdb/doc/ChangeLog:
> 
>     * gdb.texinfo (Ada Exception gdb/mi Catchpoints): Add
>     documentation for new "-catch-handlers" command.
> 
> gdb/testsuite/ChangeLog:
> 
>     * gdb.ada/mi_catch_ex_hand.exp: New testcase.
>     * gdb.ada/mi_catch_ex_hand/foo.adb: New file.

OK for the documentation parts.

Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]