[python] Add gdb.Type.name attribute.
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
index 010bb6bdfff908aaa3a3e9f5586aab848da106c3..74ddcf5cee450d99bac3cb4fe37348748709046d 100644 (file)
@@ -24311,6 +24311,11 @@ The type code for this type.  The type code will be one of the
 @code{TYPE_CODE_} constants defined below.
 @end defvar
 
+@defvar Type.name
+The name of this type.  If this type has no name, then @code{None}
+is returned.
+@end defvar
+
 @defvar Type.sizeof
 The size of this type, in target @code{char} units.  Usually, a
 target's @code{char} type will be an 8-bit byte.  However, on some
This page took 0.075651 seconds and 4 git commands to generate.