From 48729174301a8e17185c18c146f969c0fc2dd9f0 Mon Sep 17 00:00:00 2001 From: davidxu Date: Mon, 16 Aug 2004 03:27:29 +0000 Subject: 1. Add macro DTV_OFFSET to calculate dtv offset in tcb. 2. Export symbols needed by debugger. --- lib/libpthread/pthread.map | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'lib/libpthread/pthread.map') diff --git a/lib/libpthread/pthread.map b/lib/libpthread/pthread.map index 133f694..bb04272 100644 --- a/lib/libpthread/pthread.map +++ b/lib/libpthread/pthread.map @@ -331,10 +331,26 @@ global: # Debugger needs these. _libkse_debug; _thread_activated; - _thread_list; - _thread_keytable; _thread_active_threads; - + _thread_keytable; + _thread_list; + _thread_max_keys; + _thread_off_attr_flags; + _thread_off_dtv; + _thread_off_linkmap; + _thread_off_next; + _thread_off_tcb; + _thread_off_tmbx; + _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_size_key; + _thread_state_running; + _thread_state_zoombie; local: *; }; -- cgit v1.1