From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1209 invoked by alias); 16 Dec 2009 18:10:44 -0000 Received: (qmail 1201 invoked by uid 22791); 16 Dec 2009 18:10:43 -0000 X-SWARE-Spam-Status: No, hits=-0.1 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; Wed, 16 Dec 2009 18:10:36 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KUR00J00BTF5700@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Wed, 16 Dec 2009 20:10:32 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.70.160.137]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KUR00G1OBTJ3AB0@a-mtaout20.012.net.il>; Wed, 16 Dec 2009 20:10:32 +0200 (IST) Date: Wed, 16 Dec 2009 18:10:00 -0000 From: Eli Zaretskii Subject: Re: GDB MI Reverse Commands added [2 of 3] In-reply-to: <200912161100.46767.vladimir@codesourcery.com> To: Vladimir Prus Cc: msnyder@vmware.com, jakob@virtutech.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83fx7a7ppj.fsf@gnu.org> References: <00cf01ca265a$d4110dc0$7c332940$@com> <00d501ca2a34$93e5fe30$bbb1fa90$@com> <4B27E5D3.1070806@vmware.com> <200912161100.46767.vladimir@codesourcery.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-12/txt/msg00210.txt.bz2 > From: Vladimir Prus > Date: Wed, 16 Dec 2009 11:00:46 +0300 > Cc: Jakob Engblom , > "gdb-patches@sourceware.org" , > Eli Zaretskii > > Personally, I'd find it better if the --reverse option be described > in one place, either as top-level section under "MI", and at the > begining of "Execution commands" section. It doesn't really matter either way, except for one consideration: if someone uses the manual as a reference, and reads only about a single command, they would be surprised to see the description of all the options except one. For this reason, I think it is better to do it the way Jakob wrote the text. If you are still unconvinced, please tell why you prefer to have the description of --reverse in one place. Maybe I'm missing something.