[PATCH 7/7] Allow setting a parameter to raise gdb.GdbError

Eli Zaretskii eliz@gnu.org
Sat Sep 15 09:16:00 GMT 2018


> From: Tom Tromey <tom@tromey.com>
> Cc: Tom Tromey <tom@tromey.com>
> Date: Sat, 15 Sep 2018 01:24:59 -0600
> 
> diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi
> index aca6ec858cf..0487a6f3bf3 100644
> --- a/gdb/doc/python.texi
> +++ b/gdb/doc/python.texi
> @@ -3824,6 +3824,30 @@ example, @kbd{set foo off}).  The @code{value} attribute has already
>  been populated with the new value and may be used in output.  This
>  method must return a string.  If the returned string is not empty,
>  @value{GDBN} will present it to the user.
> +
> +If this method raises @code{gdb.GdbError} (@pxref{Exception

"raises the 'gdb.GdbError' exception", I presume?

> +Handling}), then gdb will print the exception's string and the
                    ^^^
@value{GDBN}

OK for the documentation parts with these fixed.

Thanks.



More information about the Gdb-patches mailing list