From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26958 invoked by alias); 9 Oct 2003 15:27:27 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 26947 invoked from network); 9 Oct 2003 15:27:26 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 9 Oct 2003 15:27:26 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h99FRPM26981 for ; Thu, 9 Oct 2003 11:27:25 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h99FRPc05966 for ; Thu, 9 Oct 2003 11:27:25 -0400 Received: from localhost.localdomain (vpn50-39.rdu.redhat.com [172.16.50.39]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h99FROdT017751; Thu, 9 Oct 2003 11:27:25 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h99FRJY12974; Thu, 9 Oct 2003 08:27:19 -0700 Date: Thu, 09 Oct 2003 15:27:00 -0000 From: Kevin Buettner Message-Id: <1031009152718.ZM12973@localhost.localdomain> In-Reply-To: Andrew Cagney ""there is always a thread"" (Oct 9, 10:27am) References: <3F857049.9080108@redhat.com> To: Andrew Cagney , gdb@sources.redhat.com Subject: Re: "there is always a thread" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-10/txt/msg00154.txt.bz2 On Oct 9, 10:27am, Andrew Cagney wrote: > I'm intending simplifying this so that the code can assume that there's > always a "thread". It depends upon the stratum. dummy_stratum and file_stratum (and download_stratum?) will have no thread because nothing's running yet. > A non-threaded app having a single thread > corresponding to the main process. For the other strata, this should be (made to be) true. A fallout from this change may be that the process_stratum and thread_stratum can be merged. Kevin