From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73401 invoked by alias); 23 May 2016 10:49:04 -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 73386 invoked by uid 89); 23 May 2016 10:49:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-pa0-f67.google.com Received: from mail-pa0-f67.google.com (HELO mail-pa0-f67.google.com) (209.85.220.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 23 May 2016 10:49:01 +0000 Received: by mail-pa0-f67.google.com with SMTP id yl2so17463947pac.1 for ; Mon, 23 May 2016 03:49:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=gHPr88U19utYxWlnJHdpvTLe5WsrYyNF/sQdWF7rQ4Y=; b=AXSEAhETmLzC6laDs/v0vQXec6Xdbshz0Np7wpNpu4mBuEq0iEBZlW4uqmvVz2+40w roWR9B+2oM0CZJ1R5iRx73GvttRxvMEoxnyRSPa1XADe+80awss3LWPPutZ3bEYUncjE c9yLNrz8ricIFoOHxPbKR21zgXHCI+jmMYGKJ0jXbW7h43u04PZtVdGS35b3w7x0ExM2 N760RAGYQtIkwdBBCZYn25LWaI+FnTHORHp0mCqUtB7s2jJSa47X0KgjZOjBVtEF7n2J 8/Z5Q6FxPxpdhYu90JZsotKaqfvPq6UtkiBa8up0g+0JwKkJ0SqyGRefkUaDvw/VDAGl aHag== X-Gm-Message-State: ALyK8tKMvnC4MAlFwnizoGRUiUBYbs0vXAz3Dhj5l+25pFqyH+LaS1zbmV98PlVBNLz3cg== X-Received: by 10.66.164.195 with SMTP id ys3mr1616995pab.97.1464000540048; Mon, 23 May 2016 03:49:00 -0700 (PDT) Received: from E107787-LIN (gcc113.osuosl.org. [140.211.9.71]) by smtp.gmail.com with ESMTPSA id n10sm45804825pax.18.2016.05.23.03.48.57 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 23 May 2016 03:48:59 -0700 (PDT) From: Yao Qi To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 1/6] Linux native thread create/exit events support References: <1463669290-30415-1-git-send-email-palves@redhat.com> <1463669290-30415-2-git-send-email-palves@redhat.com> Date: Mon, 23 May 2016 10:49:00 -0000 In-Reply-To: <1463669290-30415-2-git-send-email-palves@redhat.com> (Pedro Alves's message of "Thu, 19 May 2016 15:48:05 +0100") Message-ID: <86posd6odr.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00379.txt.bz2 Pedro Alves writes: Patch is good to me, one question below, > - /* This was the last lwp in the process. Since events are > + /* This may be the last lwp in the process. Since events are > serialized to GDB core, we may not be able report this one > right now, but GDB core and the other target layers will want > to be notified about the exit code/signal, leave the status Is this paragraph of comment still valid? --=20 Yao (=E9=BD=90=E5=B0=A7)