This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC - doc] Add note about the possibility of symbols getting moved across blocks


> Date: Fri, 27 Apr 2012 09:49:35 -0700
> From: Doug Evans <dje@google.com>
> Cc: tromey@redhat.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 think that's close enough.
> 
> s/symbols move/symbols to move/  ?

I think omitting "to" makes it more correct English.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]