From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3187 invoked by alias); 10 Feb 2010 18:39:33 -0000 Received: (qmail 3178 invoked by uid 22791); 10 Feb 2010 18:39:33 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,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; Wed, 10 Feb 2010 18:39:29 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KXN00M0020FRS00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Wed, 10 Feb 2010 20:39:05 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.70.67.249]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KXN00LM02H4C660@a-mtaout20.012.net.il>; Wed, 10 Feb 2010 20:39:05 +0200 (IST) Date: Wed, 10 Feb 2010 18:39:00 -0000 From: Eli Zaretskii Subject: Re: RFA: interactive command to enable parser debugging In-reply-to: To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83vde5c4vh.fsf@gnu.org> References: <833a1adyv2.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: 2010-02/txt/msg00272.txt.bz2 > From: Tom Tromey > Cc: gdb-patches@sourceware.org > Date: Wed, 10 Feb 2010 10:50:38 -0700 > > >>>>> "Eli" == Eli Zaretskii writes: > > Eli> I would also consider saying explicitly that this option sets the > Eli> value of `yydebug', because whoever wants to debug the parser is > Eli> probably familiar with what `yydebug' does. > > How about this? I did that, added the index entries you suggested, > rearranged things so that set comes before show (the other items in the > list all do this, which I didn't notice the first time), and finally > added a link to the bison manual. Terrific! Thank you very much. I'm happy now.