summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/pthread.map
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2004-07-13 22:52:53 +0000
committerdavidxu <davidxu@FreeBSD.org>2004-07-13 22:52:53 +0000
commit19d6019657a1bf65843b15e01dc5a037c04c65e7 (patch)
tree7e9b6ce963c6e61851a32162ccc19aed88420077 /lib/libpthread/pthread.map
parent5d24033b92645aa4e6659e9dd646c8a2a5f06f2f (diff)
downloadFreeBSD-src-19d6019657a1bf65843b15e01dc5a037c04c65e7.zip
FreeBSD-src-19d6019657a1bf65843b15e01dc5a037c04c65e7.tar.gz
Export necessary symbols to debugger.
Diffstat (limited to 'lib/libpthread/pthread.map')
-rw-r--r--lib/libpthread/pthread.map11
1 files changed, 4 insertions, 7 deletions
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:
*;
OpenPOWER on IntegriCloud