From patchwork Sun Aug 26 16:53:58 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philippe Waroquiers X-Patchwork-Id: 29058 Received: (qmail 130832 invoked by alias); 26 Aug 2018 16:54:25 -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 130305 invoked by uid 89); 26 Aug 2018 16:54:21 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.7 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=announce, entities, Announce X-HELO: mailsec113.isp.belgacom.be Received: from mailsec113.isp.belgacom.be (HELO mailsec113.isp.belgacom.be) (195.238.20.109) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 26 Aug 2018 16:54:20 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1535302460; x=1566838460; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=MbhV7alSLJ5N4FSLXphp/aZkDlLXXLkgXbSqgoaqqYU=; b=sz53g4CZ0YtVJDs2X8LrQxPXSjCAPL/u0PxLb17z4PdRfMcOHr6ChzBb Ax7euyp/9+ZzStrE5vQDjmJ0l5e+7A==; Received: from 217.24-133-109.adsl-dyn.isp.belgacom.be (HELO md.home) ([109.133.24.217]) by relay.skynet.be with ESMTP/TLS/DHE-RSA-AES128-GCM-SHA256; 26 Aug 2018 18:54:15 +0200 From: Philippe Waroquiers To: gdb-patches@sourceware.org Cc: Philippe Waroquiers Subject: [RFAv2 5/6] Announce changes in NEWS to info [args|functions|locals|variables] Date: Sun, 26 Aug 2018 18:53:58 +0200 Message-Id: <20180826165359.1600-6-philippe.waroquiers@skynet.be> In-Reply-To: <20180826165359.1600-1-philippe.waroquiers@skynet.be> References: <20180826165359.1600-1-philippe.waroquiers@skynet.be> X-IsSubscribed: yes Announce changes in NEWS to info [args|functions|locals|variables] gdb/ChangeLog 2018-08-26 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 a7a3674375..d2ff55db2c 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -36,6 +36,15 @@ maint show dwarf unwinders * 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