From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2571 invoked by alias); 8 Apr 2009 11:46:15 -0000 Received: (qmail 2561 invoked by uid 22791); 8 Apr 2009 11:46:15 -0000 X-SWARE-Spam-Status: No, hits=0.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout5.012.net.il (HELO mtaout5.012.net.il) (84.95.2.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 08 Apr 2009 11:46:06 +0000 Received: from conversion-daemon.i_mtaout5.012.net.il by i_mtaout5.012.net.il (HyperSendmail v2004.12) id <0KHS00C005SZIB00@i_mtaout5.012.net.il> for gdb-patches@sources.redhat.com; Wed, 08 Apr 2009 14:44:11 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.70.19]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KHS005GZ5XGPBZ0@i_mtaout5.012.net.il>; Wed, 08 Apr 2009 14:44:11 +0300 (IDT) Date: Wed, 08 Apr 2009 11:46:00 -0000 From: Eli Zaretskii Subject: Re: Implement -exec-jump In-reply-to: <200904081305.41964.andre.poenitz@nokia.com> To: =?iso-8859-1?q?Andr=E9_P=F6nitz?= Cc: gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: <83y6ub4bjo.fsf@gnu.org> References: <200904080950.16691.vladimir@codesourcery.com> <200904081116.41983.andre.poenitz@nokia.com> <833acj5wdi.fsf@gnu.org> <200904081305.41964.andre.poenitz@nokia.com> 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: 2009-04/txt/msg00147.txt.bz2 > From: =?iso-8859-1?q?Andr=E9_P=F6nitz?= > Date: Wed, 8 Apr 2009 12:05:41 +0100 > > I personally pretty much prefer progress on the MI implementation > side, if that means a few days delay on the documentation, > (or even a small risk of having no documentation at all(!)), > so I am _personally_ fine with it. If that turns out to be the opinion of the majority of GDB users, I'll probably resign as the docs maintainer, because putting in all those efforts when no one needs them is waste of my scarce free time. > That's a interesting proposal. There is so much stuff, basic stuff > even, undocumented, so Joe Frontend has to read the sources > anyway. As long as I am responsible for the documentation here, I urge you to report any such cases, and I will try to improve the docs as well as I can. > As an example: The quoting rules for the CLI are completely > opaque, but, giving the de-facto non-existence of a binary > interface to gdb, crucial for any frontend. A frontend can > not just go "type a command" - "hey, gdb does not like it, so > try to put in a quote or two"... Typing "i quot TAB" in the Info reader of the GDB manual brings up the "quotes in commands" index entry, which leads to a place that has some documentation of quoting. I'm not saying that this is what you need, but please tell what details are missing from what it says there.