From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25506 invoked by alias); 6 Jan 2019 10:46: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 25492 invoked by uid 89); 6 Jan 2019 10:46:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=BAYES_20,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Waroquiers, waroquiers, D*be, U*philippe.waroquiers X-HELO: mail-wm1-f43.google.com Received: from mail-wm1-f43.google.com (HELO mail-wm1-f43.google.com) (209.85.128.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 06 Jan 2019 10:46:48 +0000 Received: by mail-wm1-f43.google.com with SMTP id r24so4088526wmh.0 for ; Sun, 06 Jan 2019 02:46:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=U8vDQ3rRBuhLZJptGTd3ju96utcaBTLojaWMgTh41N4=; b=SHFj7sQVQCJmPNvo7dF4XSyflo9JXcd5grGgmcuXC8D2eZoMDLDwJ8k9jCxEfnI1Jd rxxg91Yuy6TmFE4hxqtDcHMccwew6HQIoDol4iwJFK6JZ4RBPwiXv27ry7a9Rs3afaPn e3MB8KVMOxznbXIdW1jAWXlYgXsMlG7EZDyQZDYb9Rj6vcpuB5XhMM9bcGCkalHjBCxt kKxVMktiTV4gk/XOfKa03H60/g76zxstUXSWv99JEZ18CfHg1yK3RXYaNWeXtN2Db0qm jT8Qy/Z0asiSnLkPleK9gsU69Kxv7PJF/F/4G2mt3fnXvksjdZ34vnNl1NwX9Y6eYfPK tr2g== Return-Path: Received: from localhost (host86-172-198-47.range86-172.btcentralplus.com. [86.172.198.47]) by smtp.gmail.com with ESMTPSA id 199sm5397544wmh.21.2019.01.06.02.46.45 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 06 Jan 2019 02:46:45 -0800 (PST) Date: Sun, 06 Jan 2019 10:46:00 -0000 From: Andrew Burgess To: Philippe Waroquiers Cc: gdb-patches Subject: Re: NEWS entry for Changes to the "frame", "select-frame" ... Message-ID: <20190106104636.GQ3456@embecosm.com> References: <1546634071.1926.16.camel@skynet.be> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <1546634071.1926.16.camel@skynet.be> X-Fortune: I feel like I am sharing a CORN-DOG'' with NIKITA KHRUSCHEV ... X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] User-Agent: Mutt/1.9.2 (2017-12-15) X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00086.txt.bz2 * 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=20 > or > * Changed commands. >=20 > Maybe it should be reworded and moved to these 2 sections ? >=20 > Philippe >=20 > * Changes to the "frame", "select-frame", and "info frame" CLI > =A0 commands.=A0=A0These commands all now take a frame specification which > =A0 is either a frame level, or one of the keywords 'level', 'address', > =A0 'function', or 'view' followed by a parameter.=A0=A0Selecting a frame= by > =A0 address, or viewing a frame outside the current backtrace now > =A0 requires the use of a keyword.=A0=A0Selecting a frame by level is > =A0 unchanged.=A0=A0The 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. Thanks, Andrew