From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7373 invoked by alias); 17 Dec 2009 04:29:00 -0000 Received: (qmail 7363 invoked by uid 22791); 17 Dec 2009 04:29:00 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 17 Dec 2009 04:28:54 +0000 Received: from jupiter.vmware.com (mailhost5.vmware.com [10.16.68.131]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 7D202B03B; Wed, 16 Dec 2009 20:28:52 -0800 (PST) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by jupiter.vmware.com (Postfix) with ESMTP id 70D6EDC058; Wed, 16 Dec 2009 20:28:52 -0800 (PST) Message-ID: <4B29B304.7090701@vmware.com> Date: Thu, 17 Dec 2009 04:29:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20090624) MIME-Version: 1.0 To: Joel Brobecker CC: Hui Zhu , Stan Shebs , "tromey@redhat.com" , gdb-patches ml Subject: Re: [RFC] Let "gcore" command accept a suffix argument References: <20091211100558.GA7125@adacore.com> <4B29018C.6060307@codesourcery.com> <20091217042629.GA2788@adacore.com> In-Reply-To: <20091217042629.GA2788@adacore.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: 2009-12/txt/msg00222.txt.bz2 Joel Brobecker wrote: >> OK. We can change "eval" to other cmd. What about "ceval"? > > eval is really a natural command name. Can we perhaps think of > another command name for the tracepoint stuff? > Like "collect", "eval" in the tracepoint context is a command that does not make any sense in any other context. Maybe we can just decide from context which command we mean.