From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30084 invoked by alias); 4 Jun 2008 17:38:56 -0000 Received: (qmail 30074 invoked by uid 22791); 4 Jun 2008 17:38:55 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 04 Jun 2008 17:38:36 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K3wwO-0004om-OD for gdb@sources.redhat.com; Wed, 04 Jun 2008 17:38:28 +0000 Received: from 78.158.192.230 ([78.158.192.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Jun 2008 17:38:28 +0000 Received: from vladimir by 78.158.192.230 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Jun 2008 17:38:28 +0000 To: gdb@sources.redhat.com From: Vladimir Prus Subject: Re: non-stop and current thread exiting Date: Wed, 04 Jun 2008 17:38:00 -0000 Message-ID: References: <200806032253.39575.pedro@codesourcery.com> <6D19CA8D71C89C43A057926FE0D4ADAA04E1BD47@ecamlmw720.eamcs.ericsson.se> <4846B034.5090809@windriver.com> <200806041807.44119.pedro@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.9 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00025.txt.bz2 Pedro Alves wrote: > A Wednesday 04 June 2008 16:09:40, Pawel Piech wrote: >> Thanks Marc to point it out to me, I did indeed miss it. >> I'm also think that option c) is optimal. I think option b) is fine as >> well, as long as -thread-list-ids returns the list of live threads only, >> even if info threads show the exited threads. > > Ok, I'll see about not reporting the exited thread to MI. I don't think I like this idea, as this totally negates the reason why I like (b). Ignoring exited threads in the output of -thread-info is a trivial thing for frontend to do, if it wishes so. - Volodya