This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[doc RFA]


While adding a reference to the new gdb.types module from the
Types in Python section, it seemed reasonable to add this xref as well.

Ok to check in?

2010-10-08  Doug Evans  <dje@google.com>

	* gdb.texinfo (Values From Inferior): Add reference to "Types in
	Python" from gdb.Value.type description.

Index: doc/gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.767
diff -u -p -r1.767 gdb.texinfo
--- doc/gdb.texinfo	28 Sep 2010 21:40:23 -0000	1.767
+++ doc/gdb.texinfo	8 Oct 2010 22:31:11 -0000
@@ -20789,7 +20790,7 @@ this value, thus it is not available for
 
 @defivar Value type
 The type of this @code{gdb.Value}.  The value of this attribute is a
-@code{gdb.Type} object.
+@code{gdb.Type} object (@pxref{Types In Python}).
 @end defivar
 
 @defivar Value dynamic_type


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]