From patchwork Sat Nov 17 12:04:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philippe Waroquiers X-Patchwork-Id: 30176 Received: (qmail 32931 invoked by alias); 17 Nov 2018 12:05:01 -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 32753 invoked by uid 89); 17 Nov 2018 12:05:00 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.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=informations, 96, 6, HContent-Transfer-Encoding:8bit X-HELO: mailsec112.isp.belgacom.be Received: from mailsec112.isp.belgacom.be (HELO mailsec112.isp.belgacom.be) (195.238.20.108) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 17 Nov 2018 12:04:58 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1542456299; x=1573992299; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=/zcvfkBPdFVMsHcOXngh8z9f3jgQD1LgDg3dG1giRsA=; b=kqPeq8W1IQkNBHs28CFabxMhl9EJnKdFwgO/2QMu2BbayX3ffl3lP4dH 1DJFBXgH/cfGYsWK3kgFBBQJ4zM4aA==; 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; 17 Nov 2018 13:04:51 +0100 From: Philippe Waroquiers To: gdb-patches@sourceware.org Cc: Philippe Waroquiers Subject: [RFAv2 5/5] NEWS: Document the language choice by 'info [types|functions|variables]|rbreak'. Date: Sat, 17 Nov 2018 13:04:45 +0100 Message-Id: <20181117120445.10805-6-philippe.waroquiers@skynet.be> In-Reply-To: <20181117120445.10805-1-philippe.waroquiers@skynet.be> References: <20181117120445.10805-1-philippe.waroquiers@skynet.be> MIME-Version: 1.0 X-IsSubscribed: yes gdb/ChangeLog 2018-11-17 Philippe Waroquiers * NEWS: Document the language choice done by 'info [types|functions|variables]|rbreak'. --- gdb/NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gdb/NEWS b/gdb/NEWS index ff9b192a38..ef037dee4a 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -96,6 +96,15 @@ info variables [-q] [-t TYPEREGEXP] [NAMEREGEXP] on the entity names or entity types. The flag -q disables printing headers or informations messages. +info functions +info types +info variables +rbreak + These commands now determine the syntax for the shown entities + according to the language chosen by `set language'. In particular, + `set language auto' means to automatically choose the language of + the shown entities. + 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