From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22521 invoked by alias); 9 Feb 2010 18:55:04 -0000 Received: (qmail 22512 invoked by uid 22791); 9 Feb 2010 18:55:03 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_05,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; Tue, 09 Feb 2010 18:54:44 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KXL00G008AFZN00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 09 Feb 2010 20:53:46 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.70.67.249]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KXL00FKN8HLHR60@a-mtaout20.012.net.il>; Tue, 09 Feb 2010 20:53:46 +0200 (IST) Date: Tue, 09 Feb 2010 18:55:00 -0000 From: Eli Zaretskii Subject: Re: RFA: interactive command to enable parser debugging In-reply-to: To: tromey@redhat.com Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <833a1adyv2.fsf@gnu.org> References: 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: 2010-02/txt/msg00262.txt.bz2 > From: Tom Tromey > Date: Tue, 09 Feb 2010 10:04:58 -0700 > > This needs a doc review. It's fine with me, but I suggest to add index entries for this setting. Something like @cindex expression parser, debugging info @cindex debug expression parser I would also consider saying explicitly that this option sets the value of `yydebug', because whoever wants to debug the parser is probably familiar with what `yydebug' does. Thanks.