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 EDA7E3858D28 for ; Mon, 28 Aug 2023 16:34:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org EDA7E3858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none 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 37SGYJdQ012400 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 28 Aug 2023 12:34:24 -0400 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 37SGYJdQ012400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=polymtl.ca; s=default; t=1693240464; bh=XOGWxmJ8h5uIa3AH4fMnB2CSs/11sYoHIvdNzYF32nI=; h=Date:Subject:To:References:From:In-Reply-To:From; b=A/ltcEYl2EIM5/pTk8MIaauaiMpx0a2LYd+hnYvrdhYDUlwoJqIIMwOmB/rd05XpP M88rK6DScrvIbhnaeyk1YUGxQ8SarNXJ+0EqQhReInfFl8H6eMGNCj/yuA/PW9rPrD 6N8cDLLCCASBblSHZ9SiWOA3bPp2w4nljqwF5INg= Received: from [10.0.0.170] (modemcable238.237-201-24.mc.videotron.ca [24.201.237.238]) (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 443C71E092; Mon, 28 Aug 2023 12:34:19 -0400 (EDT) Message-ID: <208f8c43-f83f-4cd1-b67e-edf90080d6e0@polymtl.ca> Date: Mon, 28 Aug 2023 12:34:18 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v6 10/15] gdb: Use x86_xstate_layout to parse the XSAVE extended state area. Content-Language: fr To: John Baldwin , gdb-patches@sourceware.org References: <20230714155151.21723-1-jhb@FreeBSD.org> <20230714155151.21723-11-jhb@FreeBSD.org> From: Simon Marchi In-Reply-To: <20230714155151.21723-11-jhb@FreeBSD.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Mon, 28 Aug 2023 16:34:19 +0000 X-Spam-Status: No, score=-3031.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,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: On 7/14/23 11:51, John Baldwin wrote: > All of the tables describing the offsets of individual registers for > XSAVE state components now hold relative offsets rather than absolute > offsets. Some tables (those for MPX registers and ZMMH registers) had > to be split into separate tables as they held entries that spanned > multiple state components. I've looked at that patch previously, I'm not sure I'd be able to spot a mistake in there. Hopefully the testsuite coverage is good enough! Approved-By: Simon Marchi Simon