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 41F293858CDB for ; Sun, 24 Dec 2023 18:28:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 41F293858CDB 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 41F293858CDB 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=1703442486; cv=none; b=RPx0LO0mMTsUm337QykCKoEiQLONcBItkZvzzgHVQLh70FFyaeICpNnqsdOa/pL6JQGHzg8544UjWAZAxu9lvhS8/qBUK2zcpeyH9EXPczJ23eVGKlNP/4tfdHGgGbYQET+HcO/jCzCWyWq7ip/HWn8BeU7GVVf6kAxO8fOCGxI= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1703442486; c=relaxed/simple; bh=MH0FDx43dkzos86JaRJSQBFihW3yWtmGXlZXYBVI2Pk=; h=DKIM-Signature:Message-ID:Date:MIME-Version:Subject:To:From; b=DpzpJ6E76mN6M8C/7xZEONs1NriBWBWYnh2hQ2d6znqk3fuc1UolKeAGLO6IGIxpJWqYs1xIMVBe/FCWM/Mg7mmmgcrJi3jiDrrXFQkNmKxhrQD4ex/9e6IjjlZ1uHXyKE0ZW9nVKMjr5u9U3T5RKneKGu05ps00rjizXg+O3HU= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1703442484; bh=MH0FDx43dkzos86JaRJSQBFihW3yWtmGXlZXYBVI2Pk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=MHfE5Ko8aQZhHChmaLISlfc/kAXd4fsgz2q41RmevG8DNjdeh55XSxxjHKpyZ/fGT Tb8oWS3XxRfnq+TuHGl/lLSahDNjrdmxB2IejDCkbu6qIpTybXWPIdUdC6knsUxDLM 9tJyXy6Oq9cj0QLsvwFSjCUyFgIq3OZaJQF3Utes= Received: from [10.0.0.11] (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 941B31E0AC; Sun, 24 Dec 2023 13:28:04 -0500 (EST) Message-ID: Date: Sun, 24 Dec 2023 13:28:04 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 0/9] Some register value cleanups Content-Language: en-US To: Tom Tromey , Simon Marchi Cc: gdb-patches@sourceware.org References: <20231221191716.257256-1-simon.marchi@efficios.com> <877cl618m2.fsf@tromey.com> <29459cc0-2770-4fea-9ed0-aa9c4f09ad9c@efficios.com> <87plyyyxu3.fsf@tromey.com> From: Simon Marchi In-Reply-To: <87plyyyxu3.fsf@tromey.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 List-Id: On 2023-12-22 12:02, Tom Tromey wrote: >>>>>> "Simon" == Simon Marchi writes: > > Simon> Thanks, I'll apply your comments, and I'll push it if there are no > Simon> significant changes that need re-review. > > Feel free to stick this on: > Approved-By: Tom Tromey > > Tom I pushed the series with the small comments addressed, I left out the one to change value::next_frame_id to return a frame_info_ptr. I forgot to add the Approved-By, sorry :(. Simon