From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPn5d-0004nv-Kh for qemu-devel@nongnu.org; Wed, 02 May 2012 23:52:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SPn5c-0004ny-1s for qemu-devel@nongnu.org; Wed, 02 May 2012 23:52:25 -0400 Received: from mail.mc.net ([209.172.128.24]:33218) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SPn5b-0004nb-To for qemu-devel@nongnu.org; Wed, 02 May 2012 23:52:23 -0400 Message-ID: <4FA200E7.5030309@mc.net> Date: Wed, 02 May 2012 22:52:07 -0500 From: Bob Breuer MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] tracetool parse problem for parenthesis in format string List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel 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