From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3838 invoked by alias); 29 Mar 2009 15:39:09 -0000 Received: (qmail 3666 invoked by uid 22791); 29 Mar 2009 15:39:08 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 29 Mar 2009 15:39:03 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n2TFd0cA025345; Sun, 29 Mar 2009 11:39:00 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n2TFd0PW024909; Sun, 29 Mar 2009 11:39:00 -0400 Received: from opsy.redhat.com (vpn-12-89.rdu.redhat.com [10.11.12.89]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n2TFcxaJ011525; Sun, 29 Mar 2009 11:38:59 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 176C5378291; Sun, 29 Mar 2009 09:38:58 -0600 (MDT) To: Thiago Jung Bauermann Cc: gdb-patches@sourceware.org Subject: Re: [RFA][Python] Change gdb.Value.address from a method to an attribute. References: <20090310125945.GA4376@caradoc.them.org> <1236700079.11106.1.camel@localhost.localdomain> <1236710732.11106.30.camel@localhost.localdomain> <1237771863.25721.17.camel@localhost.localdomain> <1238275138.8292.3.camel@localhost.localdomain> From: Tom Tromey Reply-To: Tom Tromey Date: Sun, 29 Mar 2009 15:42:00 -0000 In-Reply-To: <1238275138.8292.3.camel@localhost.localdomain> (Thiago Jung Bauermann's message of "Sat\, 28 Mar 2009 18\:18\:57 -0300") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: 2009-03/txt/msg00658.txt.bz2 >>>>> "Thiago" =3D=3D Thiago Jung Bauermann writes: Thiago> By the way, when writing this patch I realised that probably the Thiago> "address" method in Value would better be turned into an attribute. Tom> Do it :) Thiago> Just did it=E2=84=A2. Ok to commit? Yes, thanks. Tom