From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6088 invoked by alias); 13 Dec 2009 04:05:31 -0000 Received: (qmail 5886 invoked by uid 22791); 13 Dec 2009 04:05:30 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-iw0-f203.google.com (HELO mail-iw0-f203.google.com) (209.85.223.203) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sun, 13 Dec 2009 04:05:26 +0000 Received: by iwn41 with SMTP id 41so1223420iwn.12 for ; Sat, 12 Dec 2009 20:05:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.29.149 with SMTP id q21mr644310ibc.35.1260636060567; Sat, 12 Dec 2009 08:41:00 -0800 (PST) In-Reply-To: References: <4B141469.5030402@vmware.com> <20091130190619.GJ4034@adacore.com> <4B1428F0.7090608@vmware.com> <20091211100558.GA7125@adacore.com> From: Hui Zhu Date: Sun, 13 Dec 2009 04:05:00 -0000 Message-ID: Subject: Re: [RFC] Let "gcore" command accept a suffix argument To: Tom Tromey Cc: Joel Brobecker , Michael Snyder , gdb-patches ml Content-Type: text/plain; charset=ISO-8859-1 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/msg00177.txt.bz2 It just to show my idea, if you like it. I will post new patch for it. Thanks, Hui On Sat, Dec 12, 2009 at 16:33, Hui Zhu wrote: > Hi guys, > > I change it to: > eval echo "++$a" > > Thanks, > Hui > > On Sat, Dec 12, 2009 at 02:09, Tom Tromey wrote: >>>>>>> "Joel" == Joel Brobecker writes: >> >> Joel> I don't think it seems weird. I find this pretty nice, and since >> Joel> we already have printf, I wonder how hard it would be to implement >> Joel> this? >> >> Easy :-) >> >> Tom >> >