From patchwork Sun Oct 28 14:46:14 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philippe Waroquiers X-Patchwork-Id: 29930 Received: (qmail 101656 invoked by alias); 28 Oct 2018 14:46:33 -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 101509 invoked by uid 89); 28 Oct 2018 14:46:32 -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=Hx-languages-length:1061, 956, HContent-Transfer-Encoding:8bit X-HELO: mailsec110.isp.belgacom.be Received: from mailsec110.isp.belgacom.be (HELO mailsec110.isp.belgacom.be) (195.238.20.106) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 28 Oct 2018 14:46:31 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1540737991; x=1572273991; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=cXVzt9FITkx9LxM9xh2pIt7TujXI6aXyrqJJ1NHNtyM=; b=U1GxrEYxwnIe5omJ1SCkjZhiZcVMLBEzk1a8hkoK3zxEdAiV6gBkydhN qY6eMPJTtD2gFhHLfVNSNOKOizkR/g==; 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; 28 Oct 2018 15:46:23 +0100 From: Philippe Waroquiers To: gdb-patches@sourceware.org Cc: Philippe Waroquiers Subject: [RFA 5/5] NEWS: Document the language choice by 'info [types|functions|variables]|rbreak'. Date: Sun, 28 Oct 2018 15:46:14 +0100 Message-Id: <20181028144614.14149-6-philippe.waroquiers@skynet.be> In-Reply-To: <20181028144614.14149-1-philippe.waroquiers@skynet.be> References: <20181028144614.14149-1-philippe.waroquiers@skynet.be> MIME-Version: 1.0 X-IsSubscribed: yes gdb/ChangeLog 2018-10-27 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 7fe588dabb..5bc9749369 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -95,6 +95,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 uses the language choice specified using `set language' + to choose the syntax to print the results. 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