From owner-cvs-src@FreeBSD.ORG Thu Jul 15 03:50:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D6AC16A4CE; Thu, 15 Jul 2004 03:50:46 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C30FB43D1D; Thu, 15 Jul 2004 03:50:45 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6F3uGGB034822; Wed, 14 Jul 2004 21:56:17 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40F5FED0.8050908@freebsd.org> Date: Wed, 14 Jul 2004 21:49:36 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Xu References: <200407150336.i6F3aZIw036415@repoman.freebsd.org> In-Reply-To: <200407150336.i6F3aZIw036415@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=1.0 required=3.8 tests=SUBJ_HAS_SPACES autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libthread_db Makefilesrc/lib/libthread_db/include thread_db.h thread_db_int.h src/lib/libthread_db/pthread Makefile src/lib/libthread_db/src Makefile thread_db.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2004 03:50:46 -0000 David Xu wrote: > davidxu 2004-07-15 03:36:35 UTC > > FreeBSD src repository > > Added files: > lib/libthread_db Makefile > lib/libthread_db/include thread_db.h thread_db_int.h > lib/libthread_db/pthread Makefile pthread_db.c pthread_db.h > pthread_db_i386.c > lib/libthread_db/src Makefile thread_db.c > Log: > Add my initial work of libthread_db. The library is used by gdb to debug > threaded process. Current, only libpthread is supported, but macrel will > work on it to support libthr and libc_r. > This is excellent! Can you give a quick summary of what one should expect from this when using GDB? Scott