From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3964 invoked by alias); 13 Dec 2013 06:10:50 -0000 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 Received: (qmail 3954 invoked by uid 89); 13 Dec 2013 06:10:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 13 Dec 2013 06:10:48 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D4CF011681D; Fri, 13 Dec 2013 01:11:25 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Jz0Q4d0JNEI3; Fri, 13 Dec 2013 01:11:25 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 14973116729; Fri, 13 Dec 2013 01:11:25 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 524B2E1DB5; Fri, 13 Dec 2013 07:10:36 +0100 (CET) Date: Fri, 13 Dec 2013 06:10:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [RFA/commit+doco] GDB/MI: Document support for -exec-run --start in -list-features Message-ID: <20131213061036.GA3171@adacore.com> References: <1386051670-28637-1-git-send-email-brobecker@adacore.com> <83wqjm4cwl.fsf@gnu.org> <20131210120252.GD3238@adacore.com> <83eh5ky5b8.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83eh5ky5b8.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-12/txt/msg00518.txt.bz2 > > > >From the past couple of weeks, it sounds like this section will grow > > > very fast (so maybe it should become a full-fledged @node). > > > > After further consideration, and despite the fact that I said that > > the list might not grow that fast, I still tend to agree with you. > > I'll do that next. I think we should extract the text out of the > > "misc[...]" node, and move it up to its own node. Attached is a patch that does that. The diff looks different from the ChangeLog entry, but it's equivalent. As explained in the ChangeLog entry, I didn't change the text, only moved it, after having added a small introduction to the section. gdb/doc/ChangeLog: * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry in menu. (GDB/MI Support Commands): New node, with its contents being extracted from the "GDB/MI Miscellaneous Commands" node. A small paragraph introducing the section is also added at the start. (GDB/MI Miscellaneous Commands): Delete the description of the -info-gdb-mi-command, -list-features and -list-target-features commands, now hosted in the "GDB/MI Support Commands" node. OK to install? Thanks, -- Joel