From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47041 invoked by alias); 30 Jul 2015 21:06:34 -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 47023 invoked by uid 89); 30 Jul 2015 21:06:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 30 Jul 2015 21:06:32 +0000 Received: from svr-orw-fem-05.mgc.mentorg.com ([147.34.97.43]) by relay1.mentorg.com with esmtp id 1ZKv24-00054K-MH from Don_Breazeal@mentor.com ; Thu, 30 Jul 2015 14:06:28 -0700 Received: from [172.30.8.193] (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server (TLS) id 14.3.224.2; Thu, 30 Jul 2015 14:06:28 -0700 Message-ID: <55BA91CF.1040700@codesourcery.com> Date: Thu, 30 Jul 2015 21:06:00 -0000 From: Don Breazeal User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Simon Marchi , Pedro Alves 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> <55BA69AB.5000005@ericsson.com> In-Reply-To: <55BA69AB.5000005@ericsson.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00920.txt.bz2 On 7/30/2015 11:15 AM, Simon Marchi wrote: > 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! > Yes, thank you for cleaning this up, Pedro! --Don