This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [python] [patch] PR python/12656 (API for special blocks)
> -----Original Message-----
> From: gdb-patches-owner@sourceware.org [mailto:gdb-patches-owner@sourceware.org] On Behalf Of Phil Muldoon
> Sent: Tuesday, October 11, 2011 12:00 PM
> ...
> +@defvar Block.is_global ()
> +@code{True} if the @code{gdb.Block} object is the global block for the
> +inferior, @code{False} if not. This attribute is not writable.
> +@end defvar
> +
> +@defvar Block.is_static ()
This and previous -- should not have () since these are now attributes.
paul