From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26316 invoked by alias); 22 Dec 2007 13:17:39 -0000 Received: (qmail 26308 invoked by uid 22791); 22 Dec 2007 13:17:39 -0000 X-Spam-Check-By: sourceware.org Received: from mk-outboundfilter-1.mail.uk.tiscali.com (HELO mk-outboundfilter-1.mail.uk.tiscali.com) (212.74.114.37) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 22 Dec 2007 13:17:26 +0000 X-Trace: 4523811/mk-outboundfilter-1.mail.uk.tiscali.com/PIPEX/$MX-ACCEPTED/pipex-infrastructure/62.241.163.7 X-SBRS: None X-RemoteIP: 62.241.163.7 X-IP-MAIL-FROM: nick.hudson@dsl.pipex.com X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CABqdbEc+8aMH/2dsb2JhbACpVA Received: from blaster.systems.pipex.net ([62.241.163.7]) by smtp.pipex.tiscali.co.uk with ESMTP; 22 Dec 2007 13:17:23 +0000 Received: from [10.0.0.2] (81-178-15-87.dsl.pipex.com [81.178.15.87]) by blaster.systems.pipex.net (Postfix) with ESMTP id 65E52E0000A1 for ; Sat, 22 Dec 2007 13:17:23 +0000 (GMT) From: Nick Hudson To: gdb@sourceware.org Subject: threads and core file support Date: Sat, 22 Dec 2007 13:17:00 -0000 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200712221317.22469.nick.hudson@dsl.pipex.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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: 2007-12/txt/msg00167.txt.bz2 Hi, I'm (slowly) working on improving NetBSD pthreads and core file support and it appears to me the best (only?) example to follow is sol-thread.c. Is this correct? Are there things in sol-thread.c that shouldn't be done anymore? Thanks, Nick