From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88597 invoked by alias); 26 Sep 2019 18:14:00 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 88577 invoked by uid 89); 26 Sep 2019 18:14:00 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:542 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 26 Sep 2019 18:13:59 +0000 Received: from mail-wm1-f71.google.com (mail-wm1-f71.google.com [209.85.128.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D5A765AFE3 for ; Thu, 26 Sep 2019 18:13:57 +0000 (UTC) Received: by mail-wm1-f71.google.com with SMTP id m16so1364305wmg.8 for ; Thu, 26 Sep 2019 11:13:57 -0700 (PDT) Received: from ?IPv6:2001:8a0:f913:f700:56ee:75ff:fe8d:232b? ([2001:8a0:f913:f700:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id g13sm6481333wrm.42.2019.09.26.11.13.55 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 26 Sep 2019 11:13:56 -0700 (PDT) Subject: Re: [PATCH v5] Improve ptrace-error detection on Linux targets To: Sergio Durigan Junior References: <20190819032918.3536-1-sergiodj@redhat.com> <20190926042155.31481-1-sergiodj@redhat.com> <87d0fngdyx.fsf@tromey.com> <95b321a8-4399-8bf0-1794-6089bc7aac3f@redhat.com> <87pnjnhrp1.fsf@redhat.com> Cc: Tom Tromey , GDB Patches , Eli Zaretskii , Ruslan Kabatsayev From: Pedro Alves Message-ID: Date: Thu, 26 Sep 2019 18:14:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <87pnjnhrp1.fsf@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-09/txt/msg00539.txt.bz2 On 9/26/19 6:51 PM, Sergio Durigan Junior wrote: > On Thursday, September 26 2019, Pedro Alves wrote: >> Please give me a bit to review before merging. I think I spotted an issue, >> but I haven't had a chance to take a look at it since before Cauldron. > > Ops, I just saw this message now, after pushing the patch. Would you > like me to revert it? Yes, since it just went in, I think it would be better to just revert it, and work on a new full patch. Thanks, Pedro Alves