* gdb.texinfo (Types In Python): Document Type.pointer.
+2009-11-23 Tom Tromey <tromey@redhat.com>
+
+ PR python/10782:
+ * gdb.texinfo (Types In Python): Document Type.pointer.
+
2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
* gdb.texinfo (Machine Code): Adjust.
type.
@end defmethod
+@defmethod Type pointer
+Return a new @code{gdb.Type} object which represents a pointer to this
+type.
+@end defmethod
+
@defmethod Type strip_typedefs
Return a new @code{gdb.Type} that represents the real type,
after removing all layers of typedefs.