From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10050 invoked by alias); 18 May 2010 02:49:58 -0000 Received: (qmail 10041 invoked by uid 22791); 18 May 2010 02:49:56 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM X-Spam-Check-By: sourceware.org Received: from mail-iw0-f169.google.com (HELO mail-iw0-f169.google.com) (209.85.214.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 May 2010 02:49:52 +0000 Received: by iwn39 with SMTP id 39so378614iwn.0 for ; Mon, 17 May 2010 19:49:50 -0700 (PDT) Received: by 10.231.157.77 with SMTP id a13mr1190810ibx.59.1274150990088; Mon, 17 May 2010 19:49:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.212.23 with HTTP; Mon, 17 May 2010 19:49:30 -0700 (PDT) In-Reply-To: <201005171133.41766.pedro@codesourcery.com> References: <201005141608.16612.pedro@codesourcery.com> <201005171133.41766.pedro@codesourcery.com> From: Hui Zhu Date: Tue, 18 May 2010 17:18:00 -0000 Message-ID: Subject: Re: [RFA] Checkpoint: wait the defunct process when delete it To: Pedro Alves Cc: Michael Snyder , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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 X-SW-Source: 2010-05/txt/msg00375.txt.bz2 On Mon, May 17, 2010 at 18:33, Pedro Alves wrote: > On Monday 17 May 2010 07:37:01, Hui Zhu wrote: > >> At this time, "find_thread_ptid (pptid) && is_stopped (pptid)" this >> line will handle it. > > I see. =A0I'd prefer to not have these subtle assumptions, but > the patch is okay as is then. =A0Thanks. > > -- > Pedro Alves > Thanks for your help, Pedro. Checked in. Best, Hui