This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC - Python scripting] New methods Symtab.global_block and Symtab.static_block (docs included)
> Date: Tue, 24 Apr 2012 12:40:35 +0530
> From: Siva Chandra <sivachandra@google.com>
> Cc: Phil Muldoon <pmuldoon@redhat.com>, tromey@redhat.com, dje@google.com,
> ratmice@gmail.com, gdb-patches@sourceware.org
>
> On Mon, Apr 23, 2012 at 8:35 PM, Eli Zaretskii <eliz@gnu.org> wrote:
> > With that I agree. ?Saying such things in a manual is never a good
> > idea, unless we also describe in detail what exactly can go wrong, how
> > to detect that, and how to work around.
>
> So, can I go ahead and commit after removing the 'controversial' part
> from the doc?
Fine with me, if others agree.
> I can add descriptions about what global and static blocks are under
> "Blocks In Python" (there are xrefs from Symtab.*_block to "Blocks In
> Python" now) as a different patch. (?)
Yes, that would be good (and yes, as a separate changeset).
Thanks.