Re: [Qemu-devel] tracetool parse problem for parenthesis in format string

2012-05-17 Thread Stefan Hajnoczi
On Wed, May 02, 2012 at 10:52:07PM -0500, Bob Breuer wrote: > The new tracetool has a problem with parsing parenthesis within the > format string. For example, add this line to trace-events: > test_paren(int n) "(%d)" > and you will get a failure when generating trace.h. Thanks for reporting

[Qemu-devel] tracetool parse problem for parenthesis in format string

2012-05-02 Thread Bob Breuer
The new tracetool has a problem with parsing parenthesis within the format string. For example, add this line to trace-events: test_paren(int n) "(%d)" and you will get a failure when generating trace.h. Bob