From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111739 invoked by alias); 4 Jan 2019 20:34:37 -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 111729 invoked by uid 89); 4 Jan 2019 20:34:37 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=UD:be, H*r:sk:AES256-, HContent-Transfer-Encoding:8bit X-HELO: mailsec106.isp.belgacom.be Received: from mailsec106.isp.belgacom.be (HELO mailsec106.isp.belgacom.be) (195.238.20.102) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 04 Jan 2019 20:34:33 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1546634073; x=1578170073; h=message-id:subject:from:to:date:mime-version: content-transfer-encoding; bh=M+EHQ5AD1X0/lAs+BH0RuHv1Bj+oI71lxj6iSh0Zn20=; b=K0uXKNmRs7lNKgHORspMEE0gMpME8wlKMX29r3QepalL38fgMIJfAwXJ L/Dhn3fLwNwwnJCZazEwzbKDTui5Eg==; Received: from 184.205-67-87.adsl-dyn.isp.belgacom.be (HELO md) ([87.67.205.184]) by relay.skynet.be with ESMTP/TLS/AES256-GCM-SHA384; 04 Jan 2019 21:34:31 +0100 Message-ID: <1546634071.1926.16.camel@skynet.be> Subject: NEWS entry for Changes to the "frame", "select-frame" ... From: Philippe Waroquiers To: gdb-patches Date: Fri, 04 Jan 2019 20:34:00 -0000 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00073.txt.bz2 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.