From owner-cvs-all@FreeBSD.ORG Wed Feb 4 00:51:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2210D16A4CE; Wed, 4 Feb 2004 00:51:14 -0800 (PST) Received: from exchhz01.viatech.com.cn (ip-40-162-97-218.anlai.com [218.97.162.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 543B543D39; Wed, 4 Feb 2004 00:51:08 -0800 (PST) (envelope-from davidxu@freebsd.org) Received: from freebsd.org (DAVIDWNT [10.4.1.99]) by exchhz01.viatech.com.cn with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id DDRC3JCG; Wed, 4 Feb 2004 16:28:00 +0800 Message-ID: <4020B27B.80701@freebsd.org> Date: Wed, 04 Feb 2004 16:51:07 +0800 From: David Xu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030723 Thunderbird/0.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcel Moolenaar References: <200402040501.i1451Gir058159@repoman.freebsd.org> <20040204072756.GA48627@dhcp01.pn.xcllnt.net> In-Reply-To: <20040204072756.GA48627@dhcp01.pn.xcllnt.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpthread_dbg Makefile pthread_dbg.cpthread_dbg.h src/lib/libpthread_dbg/arch/i386/i386 pthread_dbg_md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2004 08:51:14 -0000 Marcel Moolenaar wrote: >On Tue, Feb 03, 2004 at 09:01:16PM -0800, David Xu wrote: > > >>davidxu 2004/02/03 21:01:16 PST >> >> FreeBSD src repository >> >> Added files: >> lib/libpthread_dbg Makefile pthread_dbg.c pthread_dbg.h >> pthread_dbg_int.h >> lib/libpthread_dbg/arch/i386 Makefile.inc >> lib/libpthread_dbg/arch/i386/i386 pthread_dbg_md.c >> Log: >> Import initial work of libpthread debugging. This is a debugger independent >> friend library for libpthread, the library will be used by debugger to >> read/write libpthread's internal data structures. >> >> > >Euh, the name of the library should be libthread_db. There's not >much point in being gratuitously non-conformant. > > > OK, but what's libthread_db for ? for libpthread or for libthr and libc_r ? I won't write debug code for other thread libraries, and also dislike mixing other thread library's debug code into the library. I think the name should be libpthread_dbg, or libpthread_db. David Xu