From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73575 invoked by alias); 17 Jun 2016 13:03:19 -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 73563 invoked by uid 89); 17 Jun 2016 13:03:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: usplmg21.ericsson.net Received: from usplmg21.ericsson.net (HELO usplmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 17 Jun 2016 13:03:16 +0000 Received: from EUSAAHC002.ericsson.se (Unknown_Domain [147.117.188.78]) by usplmg21.ericsson.net (Symantec Mail Security) with SMTP id 50.C9.03614.5D4F3675; Fri, 17 Jun 2016 15:02:13 +0200 (CEST) Received: from elxa4wqvvz1 (147.117.188.8) by smtps-am.internal.ericsson.com (147.117.188.78) with Microsoft SMTP Server (TLS) id 14.3.294.0; Fri, 17 Jun 2016 09:03:12 -0400 References: <1466119968-15171-1-git-send-email-palves@redhat.com> <1466119968-15171-4-git-send-email-palves@redhat.com> User-agent: mu4e 0.9.17; emacs 24.4.1 From: Antoine Tremblay To: Pedro Alves CC: Subject: Re: [PATCH v4 3/3] Fix failure to detach if process exits while detaching on Linux In-Reply-To: <1466119968-15171-4-git-send-email-palves@redhat.com> Date: Fri, 17 Jun 2016 13:03:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00302.txt.bz2 Pedro Alves writes: > +# If testing single-process, simply detach from the process. > +# > +# If testing multi-process, first detach from the child, then detach > +# from the parent and confirm that the parent exits, thus unsuring Typo: ensuring... Otherwise, wow really nice work and quite well commented, I learned a lot about the testsuite reading that. Thanks! Antoine