From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.polymtl.ca (smtp.polymtl.ca [132.207.4.11]) by sourceware.org (Postfix) with ESMTPS id 73A5F3858C00 for ; Fri, 27 Jan 2023 17:18:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 73A5F3858C00 Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=polymtl.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=polymtl.ca 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 30RHHphf011979 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 27 Jan 2023 12:17:55 -0500 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 30RHHphf011979 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=polymtl.ca; s=default; t=1674839876; bh=EG8A4SsVMBoYVjqXxnYxFqYKSIjU2fBuzPR4xVbcAdw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=JbhHFBwkuiyjpUbEf2VCj4gMfvGbclymcutTOlkVeyJZ21J/hxzvByMD69FCjPFJf zNfA9tm2ei+ItmAVK+486vFVUTw2XYcXNWOjOwzP7SSpYJ5tnZ1ygtNLS9ydU1rZ3U QgE8tn0owC0MdomzOou9JOqNOyhAuZzFJVdjJg88= Received: from [10.0.0.170] (unknown [217.28.27.60]) (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 37E2B1E0D3; Fri, 27 Jan 2023 12:17:50 -0500 (EST) Message-ID: Date: Fri, 27 Jan 2023 12:17:49 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: GDB 13 release -- 2023-01-21 Update Content-Language: fr To: Luis Machado , Joel Brobecker , Torbjorn SVENSSON , tom@tromey.com Cc: gdb-patches@sourceware.org References: <95dc547e-59f8-95b3-903c-138d8842cea0@foss.st.com> <47dff98e-b714-2d72-bc3b-c14c4e0313d0@arm.com> From: Simon Marchi In-Reply-To: <47dff98e-b714-2d72-bc3b-c14c4e0313d0@arm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Fri, 27 Jan 2023 17:17:51 +0000 X-Spam-Status: No, score=-3032.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: >> - With that said, the patch appears to simply add a cache, >> so the logic of it all doesn't appear to be extremely >> complicated. So I would rate the risk to be low. > > That's what it seems to me. > > I think another round of testing would be a good step to make sure there are no hidden bugs. My understanding is that the problem was making debugging borderline impossible. Or at least, really, really unpleasant. So I think it qualifies as a bug fix, and that the benefit is worth the risk. Simon