This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2] tracepoint: add new trace command "printf" and agent expression "printf" [3] doc
> From: Hui Zhu <teawater@gmail.com>
> Date: Fri, 24 Jun 2011 11:21:16 +0800
> Cc: gdb-patches@sourceware.org, brobecker@adacore.com, dje@google.com,
> stan@codesourcery.com, tromey@redhat.com
>
> This is not the introduce of tracepoint printf. The tracepoint printf
> will work like a simple printf.
> It will divide a printf string into a lot of GDB agent code. So 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.