PERFORCE change 65531 for review

David Xu davidxu at FreeBSD.org
Fri Nov 19 21:09:49 PST 2004


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

Change 65531 by davidxu at davidxu_alona on 2004/11/20 05:09:20

	Update debugging symbols.

Affected files ...

.. //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_symbols.c#2 edit

Differences ...

==== //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_symbols.c#2 (text+ko) ====

@@ -42,14 +42,13 @@
 
 /* int _libkse_debug */
 int _thread_off_tcb = offsetof(struct pthread, tcb);
-int _thread_off_tmbx = offsetof(struct tcb, tcb_tmbx);
+int _thread_off_tid = offsetof(struct pthread, tid);
 int _thread_off_next = offsetof(struct pthread, tle.tqe_next);
 int _thread_off_attr_flags = offsetof(struct pthread, attr.flags);
-int _thread_off_kse = offsetof(struct pthread, kse);
-int _thread_off_kse_locklevel = offsetof(struct kse, k_locklevel);
 int _thread_off_thr_locklevel = offsetof(struct pthread, locklevel);
 int _thread_off_linkmap = offsetof(Obj_Entry, linkmap);
 int _thread_off_tlsindex = offsetof(Obj_Entry, tlsindex);
+int _thread_off_isdead = offsetof(struct pthread, isdead);
 int _thread_size_key = sizeof(struct pthread_key);
 int _thread_off_key_allocated = offsetof(struct pthread_key, allocated);
 int _thread_off_key_destructor = offsetof(struct pthread_key, destructor);


More information about the p4-projects mailing list