From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3755 invoked by alias); 27 Jul 2010 13:16:27 -0000 Received: (qmail 3741 invoked by uid 22791); 27 Jul 2010 13:16:26 -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, 27 Jul 2010 13:16:02 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o6RDFxSC023368 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 27 Jul 2010 09:16:00 -0400 Received: from Phil-THINK.home (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o6RDFwmH023886; Tue, 27 Jul 2010 09:15:59 -0400 Message-ID: <4C4EDC0E.6020603@redhat.com> Date: Tue, 27 Jul 2010 13:16: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: gdb-patches@sourceware.org CC: Eli Zaretskii , tromey@redhat.com Subject: Re: [patch] Allow gdb.Values to become callable if appropriate. References: <4C442BAA.2020300@redhat.com> <4C4D5296.3040108@redhat.com> <838w4yb2bx.fsf@gnu.org> In-Reply-To: <838w4yb2bx.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-07/txt/msg00418.txt.bz2 On 26/07/10 18:05, Eli Zaretskii wrote: >> Date: Mon, 26 Jul 2010 10:17:10 +0100 >> From: Phil Muldoon >> >> +A @code{gdb.Value} that represents a function can be executed via >> +inferior function call. Any arguments provided to the call must match >> +the function prototype of the function, and must be provided in the >> +same order expected in that prototype. > > Suggest a slight rewording: > > A @code{gdb.Value} that represents a function can be executed via > inferior function call. Any arguments provided to the call must match > the function's prototype, and must be provided in the order specified > by that prototype. > > Okay with those changes. So committed http://sourceware.org/ml/gdb-cvs/2010-07/msg00156.html Thanks Phil.