From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id TwCBEgibeWBFEwAAWB0awg (envelope-from ) for ; Fri, 16 Apr 2021 10:11:20 -0400 Received: by simark.ca (Postfix, from userid 112) id 445D51F104; Fri, 16 Apr 2021 10:11:20 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 9B8631E813 for ; Fri, 16 Apr 2021 10:11:17 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 000303891C16; Fri, 16 Apr 2021 14:11:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 000303891C16 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1618582277; bh=S47mTbAoe+ngdv8kAkqPiXulti3GPwB+oNdvD2I4fSs=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=l8oI3vqIfjUtvX4WSqpe/7HmXyOsbpjoS1yScVTwetJak69MWVPw8p8xogxxfTZd6 Zt9zjamd6isvvLQ2xYwl61bQSfjd8XhfkyqA58b/rTc/n8nw/y5vgyzN9mUzBgcNbE UGLnC9eT3UsPBIP0WbuYcgQFsQhdG1xtvO2GgMKA= Received: from smtp.polymtl.ca (smtp.polymtl.ca [132.207.4.11]) by sourceware.org (Postfix) with ESMTPS id 6FCCF3891C16 for ; Fri, 16 Apr 2021 14:11:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6FCCF3891C16 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 13GEAuWl005375 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 16 Apr 2021 10:11:01 -0400 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 13GEAuWl005375 Received: from [10.0.0.11] (192-222-157-6.qc.cable.ebox.net [192.222.157.6]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 251CB1E813; Fri, 16 Apr 2021 10:10:56 -0400 (EDT) Subject: Re: How to search through the mailing list? To: Simon Sobisch , gdb@sourceware.org References: Message-ID: <48154689-8f30-5762-f861-e605037374e6@polymtl.ca> Date: Fri, 16 Apr 2021 10:10:55 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Fri, 16 Apr 2021 14:10:56 +0000 X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Simon Marchi via Gdb Reply-To: Simon Marchi Errors-To: gdb-bounces@sourceware.org Sender: "Gdb" On 2021-04-16 3:07 a.m., Simon Sobisch via Gdb wrote: > That was likely answered before but the answer is "missing" at either www.gnu.org/software/gdb/mailing-lists/ or https://sourceware.org/mailman/listinfo/gdb/ - adding it there would be likely useful. > > I've found the following likely should work. is that the "correct way"? > > https://sourceware.org/cgi-bin/search.cgi?form=extended&GroupBySite=yes&ul=%2Fgdb > > Thanks, > Simon You can use Google with a "site:" keyword, for example site:https://sourceware.org/pipermail/gdb/ tty Simon