From 19d6019657a1bf65843b15e01dc5a037c04c65e7 Mon Sep 17 00:00:00 2001 From: davidxu Date: Tue, 13 Jul 2004 22:52:53 +0000 Subject: Export necessary symbols to debugger. --- lib/libpthread/pthread.map | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'lib/libpthread/pthread.map') diff --git a/lib/libpthread/pthread.map b/lib/libpthread/pthread.map index 5109408..133f694 100644 --- a/lib/libpthread/pthread.map +++ b/lib/libpthread/pthread.map @@ -329,14 +329,11 @@ global: writev; # Debugger needs these. + _libkse_debug; + _thread_activated; _thread_list; - _thread_next_offset; - _thread_uniqueid_offset; - _thread_state_offset; - _thread_name_offset; - _thread_ctx_offset; - _thread_PS_RUNNING_value; - _thread_PS_DEAD_value; + _thread_keytable; + _thread_active_threads; local: *; -- cgit v1.1