From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29962 invoked by alias); 6 Jan 2011 04:00:29 -0000 Received: (qmail 29954 invoked by uid 22791); 6 Jan 2011 04:00:28 -0000 X-SWARE-Spam-Status: No, hits=0.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 06 Jan 2011 04:00:21 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LEL00L001E0GT00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Thu, 06 Jan 2011 05:59:27 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.127.157]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LEL00L2D1R25AA0@a-mtaout20.012.net.il>; Thu, 06 Jan 2011 05:59:27 +0200 (IST) Date: Thu, 06 Jan 2011 04:00:00 -0000 From: Eli Zaretskii Subject: Re: [patch] Add "debug jit" for easier tracing of JIT support internals In-reply-to: To: Paul Pluzhnikov Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83aajen0m5.fsf@gnu.org> References: <20110105193621.A8CBF190B3A@elbrus2.mtv.corp.google.com> <83mxnfm5ld.fsf@gnu.org> 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-01/txt/msg00108.txt.bz2 > From: Paul Pluzhnikov > Date: Wed, 5 Jan 2011 13:53:11 -0800 > Cc: gdb-patches@sourceware.org > > > Since this is user-level setting, it should be in the manual. > > Done. Thanks. One comment below. > One question: is '%zu' appropriate format for printing size_t ? I think it's only in C9x, so no. > +@item set debug jit > +@cindex just-in-time compilation Since this text does not describe just-in-time compilation in general, the index entry should be qualified: @cindex just-in-time compilation, debugging messages Okay with that change.