From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91164 invoked by alias); 18 Apr 2019 04:18:14 -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 91149 invoked by uid 89); 18 Apr 2019 04:18:14 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:510 X-HELO: mailsec104.isp.belgacom.be Received: from mailsec104.isp.belgacom.be (HELO mailsec104.isp.belgacom.be) (195.238.20.100) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 18 Apr 2019 04:18:12 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1555561093; x=1587097093; h=message-id:subject:from:to:date:in-reply-to:references: mime-version:content-transfer-encoding; bh=KNVm7JGWowlZWVRSttB18Y/LrbJENM83+ozqTSllLMw=; b=sWb/GEvg/XOrCM2dK77xNDCzGxUN4CXWHdt4eGmTiu/Qh8LvBeIl8MsM joN1DwDfrkVWwU89dqc1OvIJWOpGvw==; Received: from 45.123-131-109.adsl-dyn.isp.belgacom.be (HELO md) ([109.131.123.45]) by relay.skynet.be with ESMTP/TLS/AES256-GCM-SHA384; 18 Apr 2019 06:18:11 +0200 Message-ID: <1555561090.6208.10.camel@skynet.be> Subject: PING Re: [RFA 0/3] new arguments [-d | -b] [--] [REGEXP] to info sources From: Philippe Waroquiers To: gdb-patches@sourceware.org Date: Thu, 18 Apr 2019 04:18:00 -0000 In-Reply-To: <20190331190803.7248-1-philippe.waroquiers@skynet.be> References: <20190331190803.7248-1-philippe.waroquiers@skynet.be> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00309.txt.bz2 Thanks Philippe (Eli reviewed the doc already, was ok with a few changes to do) On Sun, 2019-03-31 at 21:08 +0200, Philippe Waroquiers wrote: > Currently, info sources shows the name of all source files. > For big programs, the list can be very long, which means the prompt > to continue kicks in (that can also reveal style bugs :). > > These optional new arguments allow to have a more selective way to print > the file names. > > >