Date: Tue, 6 Jul 2004 03:24:14 GMT From: David Xu <davidxu@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 56573 for review Message-ID: <200407060324.i663OENk003209@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=56573 Change 56573 by davidxu@davidxu_celeron on 2004/07/06 03:23:50 Temporarily disable libthr debug to avoid breaking build. Affected files ... .. //depot/projects/davidxu_ksedbg/src/lib/libthread_db/src/thread_db.c#2 edit Differences ... ==== //depot/projects/davidxu_ksedbg/src/lib/libthread_db/src/thread_db.c#2 (text+ko) ==== @@ -37,15 +37,15 @@ static TAILQ_HEAD(, td_thragent) proclist = TAILQ_HEAD_INITIALIZER(proclist); extern struct ta_ops pthread_ops; +#if 0 extern struct ta_ops thr_ops; -#if 0 extern struct ta_ops c_r_ops; #endif static struct ta_ops *ops[] = { &pthread_ops, +#if 0 &thr_ops, -#if 0 &c_r_ops #endif };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407060324.i663OENk003209>