From patchwork Sun Sep 23 21:42:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philippe Waroquiers X-Patchwork-Id: 29518 Received: (qmail 86090 invoked by alias); 23 Sep 2018 21:42:24 -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 85965 invoked by uid 89); 23 Sep 2018 21:42:23 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.6 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=entities X-HELO: mailsec102.isp.belgacom.be Received: from mailsec102.isp.belgacom.be (HELO mailsec102.isp.belgacom.be) (195.238.20.98) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 23 Sep 2018 21:42:22 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1537738942; x=1569274942; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=EFMo8qy5sZHIiwCcw14EAa9Gd7xlA+WC02Ia+XGrp7E=; b=ym/PNj2flBDIbpgo+sAptly75I5vuD6I/soLWH+gQWToUSHqugOPwU5h MbIbG/qQmiqJrZPzIXZorUipNFGxIA==; Received: from 148.211-243-81.adsl-dyn.isp.belgacom.be (HELO md.home) ([81.243.211.148]) by relay.skynet.be with ESMTP/TLS/DHE-RSA-AES128-GCM-SHA256; 23 Sep 2018 23:42:17 +0200 From: Philippe Waroquiers To: gdb-patches@sourceware.org Cc: Philippe Waroquiers Subject: [RFAv3 4/5] Announce changes in NEWS to info [args|functions|locals|variables] Date: Sun, 23 Sep 2018 23:42:08 +0200 Message-Id: <20180923214209.985-5-philippe.waroquiers@skynet.be> In-Reply-To: <20180923214209.985-1-philippe.waroquiers@skynet.be> References: <20180923214209.985-1-philippe.waroquiers@skynet.be> X-IsSubscribed: yes Announce changes in NEWS to info [args|functions|locals|variables] gdb/ChangeLog 2018-09-23 Philippe Waroquiers * NEWS: Mention changes to 'info [args|functions|locals|variables]' --- gdb/NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gdb/NEWS b/gdb/NEWS index a1936ca1cc..669fd12ea7 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -61,6 +61,15 @@ info proc files * Changed commands +info args [-q] [-t TYPEREGEXP] [NAMEREGEXP] +info functions [-q] [-t TYPEREGEXP] [NAMEREGEXP] +info locals [-q] [-t TYPEREGEXP] [NAMEREGEXP] +info variables [-q] [-t TYPEREGEXP] [NAMEREGEXP] + These commands can now print only the searched entities + matching the provided regexp(s), giving a condition + on the entity names or entity types. The flag -q + disables printing headers or informations messages. + 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