PR python/10782:
authorTom Tromey <tromey@redhat.com>
Mon, 23 Nov 2009 21:47:22 +0000 (21:47 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 23 Nov 2009 21:47:22 +0000 (21:47 +0000)
* gdb.texinfo (Types In Python): Document Type.pointer.

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

index 76a01759f2a09ccebcc98b8663648335fd4dcc4d..8571bc9aebc32ee9bfc67276389268ac973577d8 100644 (file)
@@ -1,3 +1,8 @@
+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.
index bf76aa135ce9cd3b48f151218355e399ed0a75f8..c1ccfc7826ecccb2a3c55267acf48efc3778d6a2 100644 (file)
@@ -19640,6 +19640,11 @@ Return a new @code{gdb.Type} object which represents a reference to this
 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.
This page took 0.050435 seconds and 4 git commands to generate.