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/Ada] Document special case for catchpoints on standard exceptions


> Date: Tue, 30 Sep 2008 14:10:46 -0700
> From: Joel Brobecker <brobecker@adacore.com>
> 
> This is the documentation part for the following change:
> http://www.sourceware.org/ml/gdb-patches/2008-09/msg00591.html

Thanks.

> OK to commit?

Yes, with one comment:

> +rather than the user-defined one.  For instance, assuming an exception
> +called @code{Constraint_Error} is defined in package @code{Pck}, then
> +the command to use to catch such exceptions is @code{catch exception
> +Pck.Constraint_Error}.

The last part of the last sentence should be in @kbd, not @code, as it
is a command typed by the user on the keyboard.


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