From: Yao Qi Date: Fri, 10 Feb 2012 01:24:58 +0000 (+0000) Subject: gdb/doc/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=035d1e5be62ba280ba325ab669163205a98d17c4;p=binutils-gdb.git gdb/doc/ * gdb.texinfo (Symbols In Python): Add missing `@end defvar'. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 19b61bebe82..e2488e7cd26 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2012-02-09 Yao Qi + + * gdb.texinfo (Symbols In Python): Add missing `@end defvar'. + 2012-02-07 Tom Tromey * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 02beed7dd45..4f863dd4de0 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -23997,6 +23997,7 @@ of a symbol. Each address class is a constant defined in the 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. +@end defvar @defvar Symbol.is_argument @code{True} if the symbol is an argument of a function.