From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2032 invoked by alias); 14 Jan 2003 22:40:58 -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 2019 invoked from network); 14 Jan 2003 22:40:58 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.163.212.240) by 209.249.29.67 with SMTP; 14 Jan 2003 22:40:58 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 64E9536DE; Tue, 14 Jan 2003 14:40:46 -0800 (PST) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id h0EMekB08987; Tue, 14 Jan 2003 14:40:46 -0800 Date: Tue, 14 Jan 2003 22:40:00 -0000 Message-Id: <200301142240.h0EMekB08987@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Daniel Jacobowitz Cc: gdb@sources.redhat.com Subject: Re: Thread handles In-Reply-To: Daniel Jacobowitz's message of Tuesday, 14 January 2003 17:21:51 -0500 <20030114222151.GA8975@nevyn.them.org> Emacs: Lovecraft was an optimist. X-SW-Source: 2003-01/txt/msg00240.txt.bz2 Which is to say, if you are really talking about `td_thrhandle_t', then that is a momentary object that exists only on gdb's stack during some thread_db calls. The th_unique value inside it does indeed have a reliable valid lifetime matching that of the inferior thread.