* RFA: documentation fix, PR 10782
@ 2009-11-23 20:46 Tom Tromey
2009-11-23 21:23 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Tom Tromey @ 2009-11-23 20:46 UTC (permalink / raw)
To: gdb-patches
This patch fixes PR 10782.
It documents Type.pointer, mostly by copying the Type.reference
documentation.
Ok?
Tom
2009-11-23 Tom Tromey <tromey@redhat.com>
PR python/10782:
* gdb.texinfo (Types In Python): Document Type.pointer.
Index: doc/gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.641
diff -u -r1.641 gdb.texinfo
--- doc/gdb.texinfo 2 Nov 2009 14:59:52 -0000 1.641
+++ doc/gdb.texinfo 23 Nov 2009 20:44:59 -0000
@@ -19636,6 +19636,11 @@
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-23 21:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-23 20:46 RFA: documentation fix, PR 10782 Tom Tromey
2009-11-23 21:23 ` Eli Zaretskii
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox