This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA/doco] (Ada) provide the exception message when hitting an exception catchpoint
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: roirand at adacore dot com, gdb-patches at sourceware dot org
- Date: Fri, 24 Nov 2017 23:44:25 +0200
- Subject: Re: [RFA/doco] (Ada) provide the exception message when hitting an exception catchpoint
- Authentication-results: sourceware.org; auth=none
- References: <1510953646-116765-1-git-send-email-brobecker@adacore.com> <20171124213221.5ltvhfqzapgb2xdz@adacore.com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Fri, 24 Nov 2017 13:32:21 -0800
> From: Joel Brobecker <brobecker@adacore.com>
> Cc: Xavier Roirand <roirand@adacore.com>, gdb-patches@sourceware.org
>
> > diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
> > index 29d4789..430db0f 100644
> > --- a/gdb/doc/gdb.texinfo
> > +++ b/gdb/doc/gdb.texinfo
> > @@ -27183,7 +27183,9 @@ thread was last seen on. This field is optional.
> > Whenever a @code{*stopped} record is emitted because the program
> > stopped after hitting an exception catchpoint (@pxref{Set Catchpoints}),
> > @value{GDBN} provides the name of the exception that was raised via
> > -the @code{exception-name} field.
> > +the @code{exception-name} field. Also, for exceptions that were raised
Two spaces, please.
> > +with an exception message, @value{GDBN} provides that message via
> > +the @code{exception-message} field.
Otherwise, the documentation part is OK.
Thanks.