Date: Tue, 23 Nov 2004 12:23:32 GMT From: David Xu <davidxu@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 65704 for review Message-ID: <200411231223.iANCNWXP032207@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=65704 Change 65704 by davidxu@davidxu_alona on 2004/11/23 12:22:53 Debugger support. Affected files ... .. //depot/projects/davidxu_thread/src/lib/libthread_db/Makefile#2 edit .. //depot/projects/davidxu_thread/src/lib/libthread_db/libpthread2_db.c#1 add .. //depot/projects/davidxu_thread/src/lib/libthread_db/libpthread2_db.h#1 add Differences ... ==== //depot/projects/davidxu_thread/src/lib/libthread_db/Makefile#2 (text+ko) ==== @@ -6,6 +6,7 @@ SHLIB_MAJOR= 1 SRCS= thread_db.c SRCS+= libpthread_db.c libpthread_md.c +SRCS+= libpthread2_db.c SRCS+= libc_r_db.c libc_r_md.c SRCS+= libthr_db.c INCS= thread_db.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411231223.iANCNWXP032207>