aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/gdb.texinfo
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2012-02-10 01:24:58 +0000
committerYao Qi <yao@codesourcery.com>2012-02-10 01:24:58 +0000
commit035d1e5be62ba280ba325ab669163205a98d17c4 (patch)
tree2e733c281c4efa0b756cfafaee4bfdff4a3097a8 /gdb/doc/gdb.texinfo
parentab0190c73e08f49ae8b20b7da28173ff3af3ba3b (diff)
downloadgdb-035d1e5be62ba280ba325ab669163205a98d17c4.zip
gdb-035d1e5be62ba280ba325ab669163205a98d17c4.tar.gz
gdb-035d1e5be62ba280ba325ab669163205a98d17c4.tar.bz2
gdb/doc/
* gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r--gdb/doc/gdb.texinfo1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 02beed7..4f863dd 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.