summaryrefslogtreecommitdiffstats
path: root/lib/libthr/pthread.map
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-04-12 03:00:28 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-04-12 03:00:28 +0000
commit2cf5eeb00151f72e5aa07f0289c2889752eb07d9 (patch)
treeb5ca39973148c65442650488e554719cd7db2deb /lib/libthr/pthread.map
parentc874648f8b61fce9d0fd977d6502638d882c2f33 (diff)
downloadFreeBSD-src-2cf5eeb00151f72e5aa07f0289c2889752eb07d9.zip
FreeBSD-src-2cf5eeb00151f72e5aa07f0289c2889752eb07d9.tar.gz
Add debugger event reporting support, current only TD_CREATE and TD_DEATH
events are reported.
Diffstat (limited to 'lib/libthr/pthread.map')
-rw-r--r--lib/libthr/pthread.map15
1 files changed, 10 insertions, 5 deletions
diff --git a/lib/libthr/pthread.map b/lib/libthr/pthread.map
index 12f0183..be30e96 100644
--- a/lib/libthr/pthread.map
+++ b/lib/libthr/pthread.map
@@ -344,21 +344,26 @@ global:
# Debugger needs these.
_libthr_debug;
_thread_active_threads;
+ _thread_bp_create;
+ _thread_bp_death;
+ _thread_event_mask;
_thread_keytable;
+ _thread_last_event;
_thread_list;
_thread_max_keys;
_thread_off_attr_flags;
_thread_off_dtv;
+ _thread_off_event_buf;
+ _thread_off_event_mask;
+ _thread_off_key_allocated;
+ _thread_off_key_destructor;
_thread_off_linkmap;
_thread_off_next;
+ _thread_off_report_events;
+ _thread_off_state;
_thread_off_tcb;
_thread_off_tid;
- _thread_off_key_allocated;
- _thread_off_key_destructor;
- _thread_off_state;
- _thread_off_thr_locklevel;
_thread_off_tlsindex;
- _thread_off_isdead;
_thread_size_key;
_thread_state_running;
_thread_state_zoombie;
OpenPOWER on IntegriCloud