From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72689 invoked by alias); 11 Sep 2015 20:21:38 -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 72680 invoked by uid 89); 11 Sep 2015 20:21:38 -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,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout20.012.net.il Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 11 Sep 2015 20:21:37 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NUJ008004CCAH00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Fri, 11 Sep 2015 23:21:35 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NUJ0085I4JZ4I60@a-mtaout20.012.net.il>; Fri, 11 Sep 2015 23:21:35 +0300 (IDT) Date: Fri, 11 Sep 2015 20:21:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 9/9] gdb: Change how frames are selected for 'frame' and 'info frame'. In-reply-to: <2d36cf742ecb05db45a18f5025f42ad58d780fa8.1441996064.git.andrew.burgess@embecosm.com> To: Andrew Burgess Cc: gdb-patches@sourceware.org, andrew.burgess@embecosm.com Reply-to: Eli Zaretskii Message-id: <83r3m43dx3.fsf@gnu.org> References: <2d36cf742ecb05db45a18f5025f42ad58d780fa8.1441996064.git.andrew.burgess@embecosm.com> X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00260.txt.bz2 > From: Andrew Burgess > Cc: Andrew Burgess > Date: Fri, 11 Sep 2015 19:49:43 +0100 > > *** Changes since GDB 7.10 > > +* Changes to the 'frame', 'select-frame', and 'info frame' commands. > + Selecting frames by number remains unchanged, however, selecting > + frames by stack-address, or creating new frames now requires the use > + of a sub-command. Various sub-commands now exist for the various > + methods of selecting a frame; level, address, function, and create. Please show an example of a changed command. NEWS entries are supposed to be self-contained, and this one isn't. > 2015-09-11 Andrew Burgess > > + * gdb.texinfo (Selection): Rewrite documentation for 'frame' and > + 'select-frame' commands. > + (Frame Info): Rewrite documentation for 'info frame' command. This part is OK. Thanks.