From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28659 invoked by alias); 3 Aug 2010 09:55:50 -0000 Received: (qmail 28650 invoked by uid 22791); 3 Aug 2010 09:55:49 -0000 X-SWARE-Spam-Status: No, hits=-5.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 03 Aug 2010 09:55:43 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o739teZj004130 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 3 Aug 2010 05:55:40 -0400 Received: from Phil-THINK.home (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o739tdPQ011078; Tue, 3 Aug 2010 05:55:39 -0400 Message-ID: <4C57E79B.1020209@redhat.com> Date: Tue, 03 Aug 2010 09:55:00 -0000 From: Phil Muldoon User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100720 Fedora/3.1.1-1.fc13 Thunderbird/3.1.1 MIME-Version: 1.0 To: Eli Zaretskii CC: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [patch] Allow gdb.Values to become callable if appropriate. References: <4C442BAA.2020300@redhat.com> <4C4D5296.3040108@redhat.com> <838w4yb2bx.fsf@gnu.org> <4C4EDC0E.6020603@redhat.com> <4C4FFCAB.4040909@redhat.com> <83d3u42kok.fsf@gnu.org> In-Reply-To: <83d3u42kok.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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-08/txt/msg00007.txt.bz2 On 31/07/10 08:07, Eli Zaretskii wrote: >> X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, >> T_RP_MATCHES_RCVD autolearn=ham version=3.3.1 >> From: Tom Tromey >> Cc: gdb-patches@sourceware.org, Eli Zaretskii >> Date: Fri, 30 Jul 2010 15:39:29 -0600 >> >>>>>>> "Phil" == Phil Muldoon writes: >> >> Phil> Here is a patch. What do you think? >> >> It looks reasonable to me, but please wait for Eli to comment. > > It's fine. > > Thanks. FYI I checked this patch in. http://sourceware.org/ml/gdb-cvs/2010-08/msg00009.html Cheers, Phil