From 44592cc4efed9c61d7ce5dec95e84fd982fdbeab Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Mon, 11 Oct 2010 15:46:09 +0000 Subject: [PATCH] * gdb.texinfo (Values From Inferior): Add reference to "Types in Python" from gdb.Value.type description. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdb.texinfo | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index a967bd7ec7e..e2b435e6cc0 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2010-10-11 Doug Evans + + * gdb.texinfo (Values From Inferior): Add reference to "Types in + Python" from gdb.Value.type description. + 2010-09-28 Joel Brobecker * gdb.texinfo (Ravenscar Profile): New node. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 0b24718efcc..c73e2f3f640 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -20789,7 +20789,7 @@ this value, thus it is not available for fetching from the inferior. @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 -- 2.30.2