From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20305 invoked by alias); 8 Oct 2010 22:39:32 -0000 Received: (qmail 20191 invoked by uid 22791); 8 Oct 2010 22:39:31 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.35) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 08 Oct 2010 22:39:25 +0000 Received: from wpaz5.hot.corp.google.com (wpaz5.hot.corp.google.com [172.24.198.69]) by smtp-out.google.com with ESMTP id o98MdLg5016614 for ; Fri, 8 Oct 2010 15:39:22 -0700 Received: from ruffy.mtv.corp.google.com (ruffy.mtv.corp.google.com [172.18.118.116]) by wpaz5.hot.corp.google.com with ESMTP id o98MdKAH025095 for ; Fri, 8 Oct 2010 15:39:21 -0700 Received: by ruffy.mtv.corp.google.com (Postfix, from userid 67641) id 7535924607C; Fri, 8 Oct 2010 15:39:20 -0700 (PDT) To: gdb-patches@sourceware.org Subject: [doc RFA] Message-Id: <20101008223920.7535924607C@ruffy.mtv.corp.google.com> Date: Fri, 08 Oct 2010 22:39:00 -0000 From: dje@google.com (Doug Evans) X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-10/txt/msg00167.txt.bz2 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 * 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