From patchwork Tue Jul 10 21:39:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philippe Waroquiers X-Patchwork-Id: 28300 Received: (qmail 56403 invoked by alias); 10 Jul 2018 21:39:43 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 56234 invoked by uid 89); 10 Jul 2018 21:39:42 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 spammy=Waroquiers, waroquiers, Philippe X-HELO: mailsec114.isp.belgacom.be Received: from mailsec114.isp.belgacom.be (HELO mailsec114.isp.belgacom.be) (195.238.20.110) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 10 Jul 2018 21:39:40 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1531258780; x=1562794780; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=Y9oHnxF54lph4RrlLyHy1aTCsH12YVTRrJArmdkX7EU=; b=n/PB+ydP9ueqD89yEguAsLuxvgtW82RpnnCavh2F8hMho334sZT7YLS1 QMlbArdzLnE3J7bq4u3N92QNBfbQQg==; Received: from 160.177-177-91.adsl-dyn.isp.belgacom.be (HELO md.home) ([91.177.177.160]) by relay.skynet.be with ESMTP/TLS/DHE-RSA-AES128-GCM-SHA256; 10 Jul 2018 23:39:32 +0200 From: Philippe Waroquiers To: gdb-patches@sourceware.org Cc: Philippe Waroquiers Subject: [RFA_v4 5/8] Announce the user visible changes for frame/thread apply in NEWS. Date: Tue, 10 Jul 2018 23:39:23 +0200 Message-Id: <20180710213926.32240-6-philippe.waroquiers@skynet.be> In-Reply-To: <20180710213926.32240-1-philippe.waroquiers@skynet.be> References: <20180710213926.32240-1-philippe.waroquiers@skynet.be> X-IsSubscribed: yes 'frame apply', faas, taas, tfaas commands and [FLAG]... arg for thread apply. gdb/ChangeLog 2018-07-09 Philippe Waroquiers * NEWS: Mention new commands. Mention change to 'thread apply'. --- gdb/NEWS | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gdb/NEWS b/gdb/NEWS index 2d1d161233..2309e34ac2 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -3,6 +3,33 @@ *** Changes since GDB 8.2 +* New commands + +frame apply [all | COUNT | -COUNT | level LEVEL...] [FLAG]... COMMAND + Apply a command to some frames. + FLAG arguments allow to control what output to produce and how to handle + errors raised when applying COMMAND to a frame. + +taas COMMAND + Apply a command to all threads (ignoring errors and empty output). + Shortcut for 'thread apply all -s COMMAND'. + +faas COMMAND + Apply a command to all frames (ignoring errors and empty output). + Shortcut for 'frame apply all -s COMMAND'. + +tfaas COMMAND + Apply a command to all frames of all threads (ignoring errors and empty + output). + Shortcut for 'thread apply all -s frame apply all -s COMMAND'. + +* Changed commands + +thread apply [all | COUNT | -COUNT] [FLAG]... COMMAND + The 'thread apply' command accepts new FLAG arguments. + FLAG arguments allow to control what output to produce and how to handle + errors raised when applying COMMAND to a thread. + *** Changes in GDB 8.2 * The 'set disassembler-options' command now supports specifying options