From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 8A73E3857C4A for ; Mon, 1 Nov 2021 15:52:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8A73E3857C4A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca Received: from [172.16.0.95] (192-222-180-24.qc.cable.ebox.net [192.222.180.24]) (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 97A6B1E813; Mon, 1 Nov 2021 11:52:40 -0400 (EDT) Subject: Re: [PATCH 1/2] gdb: add set/show commands for managing debuginfod To: Simon Marchi , Aaron Merey Cc: gdb-patches@sourceware.org References: <20211028221823.574570-1-amerey@redhat.com> <6137615d-9b33-8e24-4d81-5aa998d7fc1b@polymtl.ca> <5f8f0251-99a9-d4f2-69ae-fe2ad68c838f@polymtl.ca> From: Simon Marchi Message-ID: Date: Mon, 1 Nov 2021 11:52:40 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <5f8f0251-99a9-d4f2-69ae-fe2ad68c838f@polymtl.ca> Content-Type: text/plain; charset=utf-8 Content-Language: tl Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, NICE_REPLY_A, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2021 15:52:42 -0000 On 2021-10-30 10:43 p.m., Simon Marchi via Gdb-patches wrote: > I'm considering fixing this for the index-cache (deprecating the old > commands, but keeping them as aliases of the new ones). If you agree, I > could do the same with "set debuginfo" too. > > Simon > I sent a patch series changing the index-cache commands here: https://sourceware.org/pipermail/gdb-patches/2021-November/182990.html Please let met know what you think. Simon