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: [RFA/doco+NEWS] Document the -catch-assert and -catch-exception new GDB/MI commands.


> From: Joel Brobecker <brobecker@adacore.com>
> Date: Fri, 11 Oct 2013 14:44:15 +0400
> 
> This patch adds documentation for the new GDB/MI commands "-catch-assert"
> and "-catch-exception", meant to provide the same functionality as
> the "catch assert", "catch exception" and "catch exception unhandled"
> CLI commands.
> 
> In the GDB Manual, there was already a section for catchpoint comments,
> so that seemed like a natural place to document the new commands. But
> commands related to a given concept seem to have traditionally been
> organized alphabetically, and I didn't want future commands to break
> down logical pairing of various commands. For instance, "-catch-load"
> and "-catch-unload" are quite "distant" from each other, and it is easy
> to imagine a new comment which would alphabetically fall in between,
> causing them to be separated. So I introduced subsections to prevent
> that from happening.
> 
> gdb/ChangeLog:
> 
>         * NEWS: Add entry documenting the new "-catch-assert" and
>         "-catch-exception" GDB/MI commands.
> 
> gdb/doc/ChangeLog:
> 
>         * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
>         New subsection inside which the "-catch-load" and "-catch-unload"
>         commands documentation is now placed.
>         (Ada Exception GDB/MI Catchpoint Commands): New subsection
>         documenting the "-catch-assert" and "-catch-exception" new
>         GDB/MI commands.
> 
> Tested on x86_64-linux. OK to apply?

Yes, and thanks.


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