From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109671 invoked by alias); 30 Jul 2015 18:15:13 -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 109646 invoked by uid 89); 30 Jul 2015 18:15:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: usevmg20.ericsson.net Received: from usevmg20.ericsson.net (HELO usevmg20.ericsson.net) (198.24.6.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 30 Jul 2015 18:15:12 +0000 Received: from EUSAAHC002.ericsson.se (Unknown_Domain [147.117.188.78]) by usevmg20.ericsson.net (Symantec Mail Security) with SMTP id B3.86.12958.75D0AB55; Thu, 30 Jul 2015 13:41:12 +0200 (CEST) Received: from [142.133.110.144] (147.117.188.8) by smtp-am.internal.ericsson.com (147.117.188.80) with Microsoft SMTP Server id 14.3.210.2; Thu, 30 Jul 2015 14:15:07 -0400 Message-ID: <55BA69AB.5000005@ericsson.com> Date: Thu, 30 Jul 2015 18:15:00 -0000 From: Simon Marchi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Pedro Alves , Don Breazeal , "Breazeal, Don" CC: GDB Patches Subject: Re: [PATCH 3/N] remote follow fork and spurious child stops in non-stop mode References: <1437672294-29351-1-git-send-email-palves@redhat.com> <55B1308E.4020700@redhat.com> <55B2875E.1070504@codesourcery.com> <55B8D34F.5060002@redhat.com> <55BA6959.6070108@redhat.com> In-Reply-To: <55BA6959.6070108@redhat.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00915.txt.bz2 On 15-07-30 02:13 PM, Pedro Alves wrote: > I think that today I fixed most of the issues this uncovered that I showed > yesterday, but there's still more to do, so I removed that bit from the > patch, and pushed it, to both master and 7.10, in order to close PR18600, > and remove it from the 7.10 blockers list. Not sure yet whether the > other new fixes will make it into 7.10. Thanks a lot for looking into this!