From owner-freebsd-current@FreeBSD.ORG Mon Mar 22 19:09:22 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ABA016A4CE for ; Mon, 22 Mar 2004 19:09:22 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA30243D2D for ; Mon, 22 Mar 2004 19:09:21 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i2N39Ftf001499; Mon, 22 Mar 2004 22:09:15 -0500 (EST) Date: Mon, 22 Mar 2004 22:09:15 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Marcel Moolenaar In-Reply-To: <20040323023303.GA1248@dhcp01.pn.xcllnt.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Julian Elischer cc: FreeBSD current users Subject: Re: SF Bay area hackfest X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Mar 2004 03:09:22 -0000 On Mon, 22 Mar 2004, Marcel Moolenaar wrote: > On Mon, Mar 22, 2004 at 05:18:53PM -0800, Julian Elischer wrote: > > > > project expressd interest > > ---------------------------------------------- > > TLS/toolchain alfred, marcel, myself > > A couple of things come together: > o gdb upgrade > o New kdb framework > o TLS support + debugging > o Thread debugging David Xu has thread debugging working with a slightly modified thread-db.c in our current GDB. Regardless, thread debugging is not currently working for our default threading library as it is currently installed, so breaking something that is already broken by importing a new toolchain isn't really a problem in my mind. -- Dan Eischen