PERFORCE change 56573 for review

David Xu davidxu at FreeBSD.org
Mon Jul 5 20:24:15 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=56573

Change 56573 by davidxu at 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
 };


More information about the p4-projects mailing list