From patchwork Thu Oct 25 20:11:06 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philippe Waroquiers X-Patchwork-Id: 29893 Received: (qmail 25314 invoked by alias); 25 Oct 2018 20:11:23 -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 25167 invoked by uid 89); 25 Oct 2018 20:11:22 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.9 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=informations, entities, Announce, Hx-languages-length:1240 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; Thu, 25 Oct 2018 20:11:21 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1540498280; x=1572034280; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=/7W+zyeDLOYgwP3lKvnyIAw6i8mwum2RienkQr4IgLI=; b=ujl26WphuE9RlkquqJ9NrmYxgPJ6xB7bfwTbDMs5wWq21FF08VsBvqjg 8Q0+iMeL0UBNlO43CBnp8wLORIFsNA==; Received: from 110.212-243-81.adsl-dyn.isp.belgacom.be (HELO md.home) ([81.243.212.110]) by relay.skynet.be with ESMTP/TLS/DHE-RSA-AES128-GCM-SHA256; 25 Oct 2018 22:11:14 +0200 From: Philippe Waroquiers To: gdb-patches@sourceware.org Cc: Philippe Waroquiers Subject: [RFVv4 4/5] Announce changes in NEWS to info [args|functions|locals|variables] Date: Thu, 25 Oct 2018 22:11:06 +0200 Message-Id: <20181025201107.24828-5-philippe.waroquiers@skynet.be> In-Reply-To: <20181025201107.24828-1-philippe.waroquiers@skynet.be> References: <20181025201107.24828-1-philippe.waroquiers@skynet.be> MIME-Version: 1.0 X-IsSubscribed: yes Announce changes in NEWS to info [args|functions|locals|variables] gdb/ChangeLog 2018-10-25 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 6462e462e5..5409d3ff8c 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -82,6 +82,15 @@ target extended-remote FILENAME If FILENAME is a Unix domain socket, GDB will attempt to connect to this socket instead of opening FILENAME as a character device. +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