From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 70678 invoked by alias); 27 Aug 2018 14:59:01 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 70521 invoked by uid 89); 27 Aug 2018 14:58:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=HContent-type:charset, HContent-type:plain, HContent-type:text, HContent-Transfer-Encoding:8bit X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 27 Aug 2018 14:58:54 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fuIyU-0006bC-Bc for gdb-patches@sourceware.org; Mon, 27 Aug 2018 10:58:41 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fuIyU-0006au-5Z; Mon, 27 Aug 2018 10:58:38 -0400 Received: from [176.228.60.248] (port=3424 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fuIyT-00061r-NQ; Mon, 27 Aug 2018 10:58:38 -0400 Date: Mon, 27 Aug 2018 14:59:00 -0000 Message-Id: <835zzv6elk.fsf@gnu.org> From: Eli Zaretskii To: Philippe Waroquiers CC: gdb-patches@sourceware.org In-reply-to: <1535344760.1438.13.camel@skynet.be> (message from Philippe Waroquiers on Mon, 27 Aug 2018 06:39:20 +0200) Subject: Re: [RFAv2 5/6] Announce changes in NEWS to info [args|functions|locals|variables] References: <20180826165359.1600-1-philippe.waroquiers@skynet.be> <20180826165359.1600-6-philippe.waroquiers@skynet.be> <83pny556qj.fsf@gnu.org> <1535344760.1438.13.camel@skynet.be> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00657.txt.bz2 > From: Philippe Waroquiers > Cc: gdb-patches@sourceware.org > Date: Mon, 27 Aug 2018 06:39:20 +0200 > > > > + disables printing headers or informations messages. > > > > "informative messages", I guess? > These are the messages explaining why no entity was printed, e.g > (gdb) info arg -t xxxx yyyy > No matching arguments. > (gdb) info arg -q -t xxxx yyyy > (gdb) > > (gdb) info arg -t xxxx yyyy    > No symbol table info available. > (gdb) info arg -q -t xxxx yyyy > (gdb)  > > So, what about (like in the texinfo doc): The flag -q > disables printing headers or messages explaining why no entities > have been printed. > ? Fine with me, thanks.