PERFORCE change 65535 for review

David Xu davidxu at FreeBSD.org
Fri Nov 19 21:14:56 PST 2004


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

Change 65535 by davidxu at davidxu_alona on 2004/11/20 05:14:31

	Update debugging symbols

Affected files ...

.. //depot/projects/davidxu_thread/src/lib/libthread/pthread.map#2 edit

Differences ...

==== //depot/projects/davidxu_thread/src/lib/libthread/pthread.map#2 (text+ko) ====

@@ -331,8 +331,8 @@
 	writev;
 
 	# Debugger needs these.
-	_libkse_debug;
-	_thread_activated;
+	_libkse2_debug;
+	_thread_inited;
 	_thread_active_threads;
 	_thread_keytable;
 	_thread_list;
@@ -342,14 +342,13 @@
 	_thread_off_linkmap;
 	_thread_off_next;
 	_thread_off_tcb;
-	_thread_off_tmbx;
+	_thread_off_tid;
 	_thread_off_key_allocated;
 	_thread_off_key_destructor;
-	_thread_off_kse;
-	_thread_off_kse_locklevel;
 	_thread_off_state;
 	_thread_off_thr_locklevel;
 	_thread_off_tlsindex;
+	_thread_off_isdead;
 	_thread_size_key;
 	_thread_state_running;
 	_thread_state_zoombie;


More information about the p4-projects mailing list