From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68201 invoked by alias); 11 Sep 2015 20:17:23 -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 68192 invoked by uid 89); 11 Sep 2015 20:17:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout22.012.net.il Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 11 Sep 2015 20:17:21 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NUJ00I0042RN900@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Fri, 11 Sep 2015 23:17:19 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NUJ00IWH4CUNK00@a-mtaout22.012.net.il>; Fri, 11 Sep 2015 23:17:18 +0300 (IDT) Date: Fri, 11 Sep 2015 20:17:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 4/9] gdb/doc: Restructure frame command documentation. In-reply-to: <3f336520c7dfa1cd62646a2e8c6ab37cfc99aa7c.1441996064.git.andrew.burgess@embecosm.com> To: Andrew Burgess Cc: gdb-patches@sourceware.org, andrew.burgess@embecosm.com Reply-to: Eli Zaretskii Message-id: <83si6k3e47.fsf@gnu.org> References: <3f336520c7dfa1cd62646a2e8c6ab37cfc99aa7c.1441996064.git.andrew.burgess@embecosm.com> X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00259.txt.bz2 > From: Andrew Burgess > Cc: Andrew Burgess > Date: Fri, 11 Sep 2015 19:49:38 +0100 > > The 'frame' command is documented in two places. The 'select-frame' > command is only mentioned in one of these places. > > Of the two places, having the description of 'frame' and 'select-frame' > in the section 'Selecting a Frame' seems like the most obvious choice, > which is where things like 'up' and 'down' are also documented. > > This commit moves the documentation of 'frame' and 'select-frame' into > the 'Selecting a Frame' section, and removes the duplicate documentation > of the 'frame' command. > > At the same time I have reordered the sections in the 'Examining the > Stack' chapter, moving the discussion of frame filters to the end of the > chapter; it feels odd that we talk about frame filters before such basic > things like navigating the stack, or examining stack frames in general. OK, thanks.