summaryrefslogtreecommitdiffstats
path: root/lib/libthread_db/thread_db.h
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-04-05 11:38:30 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-04-05 11:38:30 +0000
commite911a0459cd4aab7095b0405d720ac72e19580b0 (patch)
treed98f4695681bd6c0f607df0fc7532b22f64d7a29 /lib/libthread_db/thread_db.h
parentfa3299671d7d80d1aa183b81532bc7cf4545cd72 (diff)
downloadFreeBSD-src-e911a0459cd4aab7095b0405d720ac72e19580b0.zip
FreeBSD-src-e911a0459cd4aab7095b0405d720ac72e19580b0.tar.gz
Export thread address.
Diffstat (limited to 'lib/libthread_db/thread_db.h')
-rw-r--r--lib/libthread_db/thread_db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthread_db/thread_db.h b/lib/libthread_db/thread_db.h
index 8827dd6..17329c2 100644
--- a/lib/libthread_db/thread_db.h
+++ b/lib/libthread_db/thread_db.h
@@ -176,6 +176,7 @@ typedef pthread_key_t thread_key_t;
typedef struct {
const td_thragent_t *ti_ta_p;
thread_t ti_tid;
+ psaddr_t ti_thread;
td_thr_state_e ti_state;
td_thr_type_e ti_type;
td_thr_events_t ti_events;
OpenPOWER on IntegriCloud