This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC - doc] Add note about the possibility of symbols getting moved across blocks
> Date: Sat, 28 Apr 2012 00:56:52 +0530
> From: Siva Chandra <sivachandra@google.com>
> Cc: tromey@redhat.com, dje@google.com, gdb-patches@sourceware.org
>
> > ?A @code{gdb.Block} is iterable. ?The iterator returns the symbols
> > ?(@pxref{Symbols In Python}) local to the block. ?Python programs
> > ?should not assume that a specific block object will always contain a
> > ?given symbol, since changes in @value{GDBN} features and
> > ?infrastructure may cause symbols move across blocks in a symbol
> > ?table.
>
> I have modified the patch to use the exact same text as above.
Thanks. If everyone is happy, then so am I.