From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id yF/PJjXUTGHjHgAAWB0awg (envelope-from ) for ; Thu, 23 Sep 2021 15:23:33 -0400 Received: by simark.ca (Postfix, from userid 112) id 82F281EE25; Thu, 23 Sep 2021 15:23:33 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=MAILING_LIST_MULTI, NICE_REPLY_A autolearn=ham autolearn_force=no version=3.4.2 Received: from 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 RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id C4D181EDF7 for ; Thu, 23 Sep 2021 15:23:32 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 03CC6385803F for ; Thu, 23 Sep 2021 19:23:32 +0000 (GMT) Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) by sourceware.org (Postfix) with ESMTPS id 689C33858D34 for ; Thu, 23 Sep 2021 19:23:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 689C33858D34 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-f51.google.com with SMTP id u18so20253485wrg.5 for ; Thu, 23 Sep 2021 12:23:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:from:to:references:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=tjBwTPg6EgUlwqqwPF9h1nOf/yjyxWb+jvqdiVsO0ks=; b=c717ssKQY7ol67U2kt2An4eJe60O6sZ9VYV84Fgn4T08SX2Lf8kpUGCLNFXQM4hWGq eiCsldX+iZSd2iY4E7h4HcskCVyyySN/zzZt3+JV7xqdIRjek52LgfUtC6tF2NkWPA6w 7vwK+7qhYIiXiEcmYzQKtemWtZVzAEtQE9Oqn5tXT9lZwEVB427YMYyGJ5KRjeWxipX9 eDIhccm9F+eTaKwy/HT4ybJMmVyEvH5KgPLFYWGkXFpS5exZG7IaJ2sm//p0jqOQoCDU GdIcbfdjF/CgN7G7TIDnaEMD1ISMbjNlN0636cwMPHiLOm409XOV9b9wepwgz6/Evw38 SX9g== X-Gm-Message-State: AOAM5309XQK8Bs9WTVHxzZrUIPNgcy/S69Ohfin1KgbmOTzOWLDKKiIA XQnT0QSyqhgBg94RMw9AdG7IiCSSVUQ= X-Google-Smtp-Source: ABdhPJwLjRPXIXR4S99rwIFUDqxJokkIm7H/V/a9maR+XODNwFqaol5ZOZ5tqVYwTFJyrDZcXbim6g== X-Received: by 2002:adf:f208:: with SMTP id p8mr7073704wro.379.1632425000001; Thu, 23 Sep 2021 12:23:20 -0700 (PDT) Received: from ?IPv6:2001:8a0:f932:6a00:46bc:d03b:7b3a:2227? ([2001:8a0:f932:6a00:46bc:d03b:7b3a:2227]) by smtp.gmail.com with ESMTPSA id j4sm6419073wrt.67.2021.09.23.12.23.18 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 23 Sep 2021 12:23:19 -0700 (PDT) Subject: Re: [PATCH 1/6] gdb.base/foll-fork.exp: remove DUPLICATEs From: Pedro Alves To: Simon Marchi , gdb-patches@sourceware.org References: <20210910205402.3853607-1-simon.marchi@efficios.com> Message-ID: <038a7903-9e42-5466-41dd-986ddadf90b5@palves.net> Date: Thu, 23 Sep 2021 20:23:18 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20210910205402.3853607-1-simon.marchi@efficios.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 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 Sender: "Gdb-patches" FWIW, I had already discussed & iterated over this with Simon offlist a while ago, so no further comments here. I gave it another skim just in case, and it still looks good. The series is OK. Simon is looking at the issue John pointed at as a follow up patch.