From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24407 invoked by alias); 24 Feb 2011 07:46:25 -0000 Received: (qmail 24397 invoked by uid 22791); 24 Feb 2011 07:46:24 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-gx0-f169.google.com (HELO mail-gx0-f169.google.com) (209.85.161.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 Feb 2011 07:46:20 +0000 Received: by gxk2 with SMTP id 2so181103gxk.0 for ; Wed, 23 Feb 2011 23:46:19 -0800 (PST) Received: by 10.236.110.162 with SMTP id u22mr1222144yhg.51.1298533579156; Wed, 23 Feb 2011 23:46:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.147.125.2 with HTTP; Wed, 23 Feb 2011 23:45:59 -0800 (PST) In-Reply-To: <20110224074426.GA28626@adacore.com> References: <20110224074426.GA28626@adacore.com> From: Hui Zhu Date: Thu, 24 Feb 2011 08:37:00 -0000 Message-ID: Subject: Re: [PATCH] tracepoint: add new trace command "printf"[1] gdbserver To: Joel Brobecker Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2011-02/txt/msg00683.txt.bz2 Hi Joel, Thanks for your help. Best, Hui On Thu, Feb 24, 2011 at 15:44, Joel Brobecker wrote: >> =A0 =A0 =A0 * tracepoint.c (tp_printf): New function. >> =A0 =A0 =A0 (eval_agent_expr): Handle gdb_agent_op_printf. > > For the record, this patch and the other two associated patches > have been temporarily reverted, as they hadn't actually been approved. > Hopefully we'll have a change to review them soon. > > -- > Joel >