From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26340 invoked by alias); 24 Jun 2011 07:12:27 -0000 Received: (qmail 26327 invoked by uid 22791); 24 Jun 2011 07:12:26 -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,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-fx0-f41.google.com (HELO mail-fx0-f41.google.com) (209.85.161.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 24 Jun 2011 07:12:12 +0000 Received: by fxm18 with SMTP id 18so2108422fxm.0 for ; Fri, 24 Jun 2011 00:12:11 -0700 (PDT) Received: by 10.223.62.194 with SMTP id y2mr3961670fah.123.1308899531140; Fri, 24 Jun 2011 00:12:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.29.155 with HTTP; Fri, 24 Jun 2011 00:11:31 -0700 (PDT) In-Reply-To: <83boxnvhqa.fsf@gnu.org> References: <20110224085616.GB2495@adacore.com> <83ei36ce2o.fsf@gnu.org> <838vt39fe3.fsf@gnu.org> <83boxnvhqa.fsf@gnu.org> From: Hui Zhu Date: Fri, 24 Jun 2011 07:12:00 -0000 Message-ID: Subject: Re: [PATCH v2] tracepoint: add new trace command "printf" and agent expression "printf" [3] doc To: Eli Zaretskii Cc: gdb-patches@sourceware.org, brobecker@adacore.com, dje@google.com, stan@codesourcery.com, tromey@redhat.com 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-06/txt/msg00367.txt.bz2 On Fri, Jun 24, 2011 at 14:58, Eli Zaretskii wrote: >> From: Hui Zhu >> Date: Fri, 24 Jun 2011 11:21:16 +0800 >> Cc: gdb-patches@sourceware.org, brobecker@adacore.com, dje@google.com, >> =A0 =A0 =A0 stan@codesourcery.com, tromey@redhat.com >> >> This is not the introduce of tracepoint printf. =A0The tracepoint printf >> will work like a simple printf. >> It will divide a printf string into a lot of GDB agent code. =A0So each >> GDB agent code just support one argument. >> >> I make each gdb agent code printf support one argument because I found >> that multi-argument is hard to support. > > OK, in that case the documentation part of this patch is fine with me. > > Thanks. > Thanks Eli. Hui