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: RFA: fix PR python/12027


Tom Tromey wrote:

> +@defvar Symbol.needs_frame
> +This is @code{True} if evaluating this symbol's value requires a frame
> +(@pxref{Frames In Python}) and @code{False} otherwise.  Typically,
> +local variables will require a frame, but other symbols will not.
> +
>  @defvar Symbol.is_argument
>  @code{True} if the symbol is an argument of a function.
>  @end defvar

There seems to be an "@end defvar" missing now:

/home/kwerner/dailybuild/spu-tc-2012-02-08/gdb-head/src/gdb/doc/gdb.texinfo:24017: `@end' expected `defvar', but saw `table'.
/home/kwerner/dailybuild/spu-tc-2012-02-08/gdb-head/src/gdb/doc/gdb.texinfo:23997: No matching `@end defvar'.
/home/kwerner/dailybuild/spu-tc-2012-02-08/gdb-head/src/gdb/doc/gdb.texinfo:23957: No matching `@end table'.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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