gdb/doc/
authorYao Qi <yao@codesourcery.com>
Fri, 10 Feb 2012 01:24:58 +0000 (01:24 +0000)
committerYao Qi <yao@codesourcery.com>
Fri, 10 Feb 2012 01:24:58 +0000 (01:24 +0000)
* gdb.texinfo (Symbols In Python): Add missing `@end defvar'.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 19b61bebe82052ac8493568fc1e99ead55efd464..e2488e7cd26490213b5ac87b6305d76e7696ce8a 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-09  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
+
 2012-02-07  Tom Tromey  <tromey@redhat.com>
 
        * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
index 02beed7dd45e94fa95ad732edfe8079472257f04..4f863dd4de093cbd0b6d8dea4260b2934d438f22 100644 (file)
@@ -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.
This page took 0.043791 seconds and 4 git commands to generate.