On Fri, Apr 27, 2012 at 9:06 PM, Eli Zaretskii wrote: > OK, thanks.  Then how about the following text? > >  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. 2012-04-28 Siva Chandra Reddy * gdb.texinfo (Blocks In Python): Add a note saying that future improvements to GDB and its infrastructure can move symbols across blocks within a symbol table. Thanks, Siva Chandra