From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82225 invoked by alias); 31 Mar 2019 19:08: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 82210 invoked by uid 89); 31 Mar 2019 19:08:14 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_LOW,SPF_PASS,URIBL_BLOCKED autolearn=ham version=3.3.1 spammy=UD:be, HX-Languages-Length:341, 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; Sun, 31 Mar 2019 19:08:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1554059291; x=1585595291; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=OP+eiuaOZCRG5Yq4wvWz7+59UDvF0mpIi92ijuhJzHY=; b=ljNavjES24GMrIs3FviIPb+5qw5aYMvlQujwomnGKuj5B35t+ngqi1eI h1AM6jOx4Jpyvfn/4HQMQiJ8t0vvFw==; Received: from 212.135-131-109.adsl-dyn.isp.belgacom.be (HELO md.home) ([109.131.135.212]) by relay.skynet.be with ESMTP/TLS/DHE-RSA-AES128-GCM-SHA256; 31 Mar 2019 21:08:09 +0200 From: Philippe Waroquiers To: gdb-patches@sourceware.org Subject: [RFA 0/3] new arguments [-d | -b] [--] [REGEXP] to info sources Date: Sun, 31 Mar 2019 19:08:00 -0000 Message-Id: <20190331190803.7248-1-philippe.waroquiers@skynet.be> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00777.txt.bz2 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.