From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id tsiFI3Ere2UuZiAAWB0awg (envelope-from ) for ; Thu, 14 Dec 2023 11:21:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1702570865; bh=iBl7z7Y9KxilQUR6Dz7ndjheyDArjMO3CRKeJ+JN0CE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=SMKv2eqObhWIlem8hx4A/gcpDCaTkE74UCMKOffhiTHvjhARurpa4PQq9PUwGLtXG m6TistgVo+SFH1Sco784/QgA+aXKt3MuVeH4b7kLU07at/P2lJtIigbXAAOOmIaMiw IBwNotxBvjS6PrqCmBUz273loKiEHdHIgvTZpSnw= Received: by simark.ca (Postfix, from userid 112) id 8148F1E0C3; Thu, 14 Dec 2023 11:21:05 -0500 (EST) Authentication-Results: simark.ca; dkim=pass (1024-bit key; unprotected) header.d=simark.ca header.i=@simark.ca header.a=rsa-sha256 header.s=mail header.b=MPpIoK0L; dkim-atps=neutral Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 4F4C41E0AC for ; Thu, 14 Dec 2023 11:21:03 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B3CDF386187A for ; Thu, 14 Dec 2023 16:21:02 +0000 (GMT) Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 482FC3858D20 for ; Thu, 14 Dec 2023 16:20:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 482FC3858D20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 482FC3858D20 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=158.69.221.121 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702570853; cv=none; b=PGi04Flm1M9iPeEEYYIhNF5tWDt456hPW4LJ4+oUbFf8N0TBQhWzb6mGEeYgk+Hqpk4HC5prtdzGZ/XwvjWQzIsuLT5McQ7HrPwwDFf0dyl8OG2jXGGGOKlIapu1R2QQZ5jwF1DkAiHMnrKYxXIIkJwFFQC8sLXb3S/6RZthukk= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702570853; c=relaxed/simple; bh=iBl7z7Y9KxilQUR6Dz7ndjheyDArjMO3CRKeJ+JN0CE=; h=DKIM-Signature:Message-ID:Date:MIME-Version:Subject:To:From; b=gsM51zNEbUWdi3WIvsoiZsK6aOb1SDCt3MyaWcDv1LIJfLga3kLJuJbUvtmLaDa14F/GraVRV8EtxlzYC5gETNXtMa3rR2zR/z3MR5jmsZIaPxrP7+vozccU/YJTcZM+J3ZQtIEpjOxenME3RBSmwg564GbxNfdyDJV5GcXA16s= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1702570851; bh=iBl7z7Y9KxilQUR6Dz7ndjheyDArjMO3CRKeJ+JN0CE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=MPpIoK0Lhw9Nm0RQOOsMk0esDf5LkXbYaUc3LRBVDpeMO/PZjBbe26Delo1FUFlvu Xu+gvNuEdpda7IkNaUjcPG+lBLXF0AcM9FrZpfHQMu1tbmX4lwnQSUMrBpheTIoZHO FyQYdzsMoO9AqiQY4P3OoKvwLC4dOxP66KNqZywE= Received: from [172.16.0.192] (192-222-143-198.qc.cable.ebox.net [192.222.143.198]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 1E7DD1E0AC; Thu, 14 Dec 2023 11:20:51 -0500 (EST) Message-ID: Date: Thu, 14 Dec 2023 11:20:50 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 00/24] Fix reading and writing pseudo registers in non-current frames To: Luis Machado , Simon Marchi , gdb-patches@sourceware.org Cc: John Baldwin , "Aktemur, Tankut Baris" References: <20231201162751.741751-1-simon.marchi@efficios.com> <94248a2d-c7c8-4085-bcae-001f26f28e6b@arm.com> Content-Language: fr From: Simon Marchi In-Reply-To: <94248a2d-c7c8-4085-bcae-001f26f28e6b@arm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org On 12/14/23 09:51, Luis Machado wrote: > Hi Simon, > > I re-tested this on aarch64 and arm, and the result with the changes are still clean. Thanks a lot for testing, I pushed the series. Simon