From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54512 invoked by alias); 6 Jan 2019 15:28:39 -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 54501 invoked by uid 89); 6 Jan 2019 15:28:38 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=HContent-type:text, HContent-type:charset, HContent-type:plain, HContent-type:iso-8859-1 X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 06 Jan 2019 15:28:37 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggALo-0003fR-Cm for gdb-patches@sourceware.org; Sun, 06 Jan 2019 10:28:35 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggALo-0003fN-9v; Sun, 06 Jan 2019 10:28:32 -0500 Received: from [176.228.60.248] (port=2966 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ggALn-0006pR-NQ; Sun, 06 Jan 2019 10:28:32 -0500 Date: Sun, 06 Jan 2019 15:28:00 -0000 Message-Id: <831s5p24bz.fsf@gnu.org> From: Eli Zaretskii To: Andrew Burgess CC: philippe.waroquiers@skynet.be, gdb-patches@sourceware.org In-reply-to: <20190106104636.GQ3456@embecosm.com> (message from Andrew Burgess on Sun, 6 Jan 2019 10:46:36 +0000) Subject: Re: NEWS entry for Changes to the "frame", "select-frame" ... References: <1546634071.1926.16.camel@skynet.be> <20190106104636.GQ3456@embecosm.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00087.txt.bz2 > Date: Sun, 6 Jan 2019 10:46:36 +0000 > From: Andrew Burgess > Cc: gdb-patches > > * Philippe Waroquiers [2019-01-04 21:34:31 +0100]: > > > The below paragraph is at an unusual place in NEWS, > > as new and changed commands are normally documented in the sections > > * New commands > > or > > * Changed commands. > > > > Maybe it should be reworded and moved to these 2 sections ? > > > > Philippe > > > > * Changes to the "frame", "select-frame", and "info frame" CLI > >   commands.  These commands all now take a frame specification which > >   is either a frame level, or one of the keywords 'level', 'address', > >   'function', or 'view' followed by a parameter.  Selecting a frame by > >   address, or viewing a frame outside the current backtrace now > >   requires the use of a keyword.  Selecting a frame by level is > >   unchanged.  The MI comment "-stack-select-frame" is unchanged. > > This is fine with me (as the original author), but you'll need a > maintainer to OK the change too. I'm OK with moving this to the "Changed commands" section. Thanks.