From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26395 invoked by alias); 21 Sep 2010 20:40:55 -0000 Received: (qmail 26302 invoked by uid 22791); 21 Sep 2010 20:40:54 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 21 Sep 2010 20:40:48 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0L94001006Q40500@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Tue, 21 Sep 2010 22:40:42 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.203.3]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L94000XC6RTJED0@a-mtaout21.012.net.il>; Tue, 21 Sep 2010 22:40:42 +0200 (IST) Date: Tue, 21 Sep 2010 22:49:00 -0000 From: Eli Zaretskii Subject: Re: RFA: document Value.__init__ (Was: Python API questions and use cases) In-reply-to: To: Tom Tromey Cc: joel.borggren.franck@gmail.com, andre.poenitz@nokia.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83wrqex22c.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8BIT References: <201009161148.37670.andre.poenitz@nokia.com> 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-09/txt/msg00357.txt.bz2 > From: Tom Tromey > Cc: =?utf-8?B?QW5kcsOpIFDDtm5pdHo=?= , gdb-patches@sourceware.org > Date: Tue, 21 Sep 2010 14:06:06 -0600 > > >>>>> "Joel" == Joel Borggrén-Franck writes: > > Joel> I can't find documentation for the constructor André showed me: > Joel> gdb.Value(addr). > > Here is a patch to document this constructor. > > Ok? OK, but the long list of conversions in the first paragraph could use a @table, I think. Thanks.