From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f47.google.com (mail-wr1-f47.google.com [209.85.221.47]) by sourceware.org (Postfix) with ESMTPS id 391373858C20 for ; Thu, 10 Mar 2022 11:46:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 391373858C20 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-f47.google.com with SMTP id j17so7602260wrc.0 for ; Thu, 10 Mar 2022 03:46:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=AWA/I4LVm261tgrLiwHNXg6ZsHtO1zj2gBpHwRFJQ/M=; b=NQQVlHUWsLu87rwVy/ALvtD9jW7mmg2rwThRm8tyof8cmevNHvm/nUKnn0TszD02Il vYT/rK35VewCzOIlMWNO7mFBF3NjIPsVWx6+aZCOfqlygAjYaJIgIS4ZKW2C55484YMt bOMqBeu9wfjqMbkv4jhIIPp8d91Gj4ZCFJoAKg/RRY7n5/Mg2fdeAuyVA0yNhZaTXKH2 QV7/0pTzQLRf0Foum4VZOlpPfsUDMGHu+N8MBRUJQpbjl8D+YHjhRjoOpzVkFRN+xQao aWZp5dKyrCMjck0VN/7KjZBuFEIO/yXIuOD57xQ269JzQDGFlNmgPTt2PBZwdQmoEvLa UOhA== X-Gm-Message-State: AOAM531Ub7mKAI52sV1H8yR0dy0xjfO58h9TruWR7YJgnFtwsHm/qvs4 TdlRW3MvjzwLzFrLVxHklkNmXI2+My6MWw== X-Google-Smtp-Source: ABdhPJw+BhJ01nj4YLJl44h4QbRW0pKO2b6vS7D4ViuPk+Fw1fAuvzWqHW1RGxsqIWciQHYK0HGugA== X-Received: by 2002:a5d:590f:0:b0:203:7fca:72a8 with SMTP id v15-20020a5d590f000000b002037fca72a8mr3157473wrd.310.1646912776789; Thu, 10 Mar 2022 03:46:16 -0800 (PST) Received: from ?IPV6:2001:8a0:f924:2600:209d:85e2:409e:8726? ([2001:8a0:f924:2600:209d:85e2:409e:8726]) by smtp.gmail.com with ESMTPSA id z3-20020a1cf403000000b0037d1f4a2201sm4336762wma.21.2022.03.10.03.46.14 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 10 Mar 2022 03:46:15 -0800 (PST) Message-ID: <75c5cebf-980d-7b40-3e59-78645845a566@palves.net> Date: Thu, 10 Mar 2022 11:46:13 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Subject: Re: [PATCH 09/11] Ensure EXIT is last event, gdb/linux Content-Language: en-US To: Lancelot SIX Cc: Simon Marchi , gdb-patches@sourceware.org References: <20220303144020.3601082-1-pedro@palves.net> <20220303144020.3601082-10-pedro@palves.net> <308a1654-45a3-3886-0094-eff4300c15a8@simark.ca> <20220309002120.bbmp67zkiiwk4hpr@Plymouth> <20220309222906.c4twjzet6w6pkvuc@Plymouth> From: Pedro Alves In-Reply-To: <20220309222906.c4twjzet6w6pkvuc@Plymouth> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , X-List-Received-Date: Thu, 10 Mar 2022 11:46:20 -0000 On 2022-03-09 22:29, Lancelot SIX wrote: >> >> So overall, I'm thinking of dropping this patch from the series for now, as it's not really >> needed AFAICT, and is incomplete. >> >> I've dropped patches #9 and #10 locally, and left the testcase (patch #11) running in a loop >> testing both native and gdbserver for over an hour and saw no failures. Any objections >> to pushing the series without those two patches? > > WHIW, that would be fine by me. As you pointed out the real fix for the > issues is provided by other patches of this series anyway. Alright, Simon also said offlist he was fine with the rest of the series, so I went ahead and merged it. Thanks for the reviews/discussions. Pedro Alves