aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/python.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/doc/python.texi')
-rw-r--r--gdb/doc/python.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi
index 5cbcc5b..063dc7e 100644
--- a/gdb/doc/python.texi
+++ b/gdb/doc/python.texi
@@ -6208,6 +6208,11 @@ local variables will require a frame, but other symbols will not.
@code{True} if the symbol is an argument of a function.
@end defvar
+@defvar Symbol.is_artificial
+@code{True} if the symbol is artificial. An artificial symbol is one
+that is introduced by the compiler.
+@end defvar
+
@defvar Symbol.is_constant
@code{True} if the symbol is a constant.
@end defvar