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 E3B243858D28 for ; Thu, 26 Jan 2023 20:22:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E3B243858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca Received: from [172.16.0.192] (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)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 3371A1E110; Thu, 26 Jan 2023 15:22:01 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1674764522; bh=N0X7n0BVmbX/uOtRulXoMo7GdAXcnDEkNBc7tmaL59E=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=AHtisRe3JY8SrwBVCH/+RLM7UMEW8bi3/LccEPfN3uMle/9OEWEHCusp5sZG/9Spo Rw7tvA6HaBXKAMVlYpZYsWoA5mqhJWR/IdbgGc+zcp5JdT7Ey0SvpSQ1mwKA6quGL4 wK0bEHvkso/r6bDCdUUV96hR1J4fCl38YrRTAGhY= Message-ID: Date: Thu, 26 Jan 2023 15:22:01 -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: [PATCH 0/9] Fix gdb.dap/basic-dap.exp for PIE Content-Language: fr To: Tom Tromey , Simon Marchi via Gdb-patches Cc: Simon Marchi References: <20230106185729.42372-1-simon.marchi@efficios.com> <36f2e8b0-b5e4-7f0f-8bf0-e4e3f46862f5@simark.ca> <871qnitgd9.fsf@tromey.com> From: Simon Marchi In-Reply-To: <871qnitgd9.fsf@tromey.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,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 1/25/23 17:10, Tom Tromey wrote: >>>>>> "Simon" == Simon Marchi via Gdb-patches writes: > > Simon> Ping. > > I sent all my comments. Nothing major, thank you very much for doing this. > > Tom Ok, thanks. I will push the series now. Simon