From patchwork Thu Jul 5 21:37:16 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philippe Waroquiers X-Patchwork-Id: 28249 Received: (qmail 126065 invoked by alias); 5 Jul 2018 21:37:35 -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 125977 invoked by uid 89); 5 Jul 2018 21:37:34 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.5 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, Hx-languages-length:1043 X-HELO: mailsec101.isp.belgacom.be Received: from mailsec101.isp.belgacom.be (HELO mailsec101.isp.belgacom.be) (195.238.20.97) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 05 Jul 2018 21:37:33 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1530826653; x=1562362653; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=98OzBUB4ex3cljnQ2/HqnmlJ5LTXDz0FGzZeLSQvYBQ=; b=YJ44w3hJa6C41Dt7wxMingDn7hVufKTQZ66BjmM/1wjykLAO8/FSBCtx 1Y7b/HJ2NrZzCLGipt+HtsBJAoHwrQ==; Received: from 224.41-64-87.adsl-dyn.isp.belgacom.be (HELO md.home) ([87.64.41.224]) by relay.skynet.be with ESMTP/TLS/DHE-RSA-AES128-GCM-SHA256; 05 Jul 2018 23:37:24 +0200 From: Philippe Waroquiers To: gdb-patches@sourceware.org Cc: Philippe Waroquiers Subject: [RFA 5/6] Announce changes in NEWS to info [args|functions|locals|variables] Date: Thu, 5 Jul 2018 23:37:16 +0200 Message-Id: <20180705213717.302-6-philippe.waroquiers@skynet.be> In-Reply-To: <20180705213717.302-1-philippe.waroquiers@skynet.be> References: <20180705213717.302-1-philippe.waroquiers@skynet.be> X-IsSubscribed: yes Announce changes in NEWS to info [args|functions|locals|variables] gdb/ChangeLog 2018-07-05 Philippe Waroquiers * NEWS: Mention changes to 'info [args|functions|locals|variables]' --- gdb/NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gdb/NEWS b/gdb/NEWS index 2d1d161233..1f94110ff0 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -3,6 +3,17 @@ *** Changes since GDB 8.2 +* 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. + *** Changes in GDB 8.2 * The 'set disassembler-options' command now supports specifying options