aboutsummaryrefslogtreecommitdiff
path: root/lib/libthread_db/libpthread_db.h
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2004-08-16 03:30:16 +0000
committerDavid Xu <davidxu@FreeBSD.org>2004-08-16 03:30:16 +0000
commitcd980d46c2e3e420a6a73d1b7db3f84ad7a651b3 (patch)
tree3752df33df9354977d5f9b725ad2e3137d7986bf /lib/libthread_db/libpthread_db.h
parenta002d437eaf0d15470bc75c142a22ff3d643b030 (diff)
Notes
Diffstat (limited to 'lib/libthread_db/libpthread_db.h')
-rw-r--r--lib/libthread_db/libpthread_db.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/libthread_db/libpthread_db.h b/lib/libthread_db/libpthread_db.h
index 397ec72a5682..7a17b79c0eb4 100644
--- a/lib/libthread_db/libpthread_db.h
+++ b/lib/libthread_db/libpthread_db.h
@@ -56,6 +56,23 @@ struct td_thragent {
psaddr_t thread_active_threads_addr;
psaddr_t thread_keytable_addr;
int thread_activated;
+ int thread_off_dtv;
+ int thread_off_kse_locklevel;
+ int thread_off_kse;
+ int thread_off_tlsindex;
+ int thread_off_attr_flags;
+ int thread_size_key;
+ int thread_off_tcb;
+ int thread_off_linkmap;
+ int thread_off_tmbx;
+ int thread_off_thr_locklevel;
+ int thread_off_next;
+ int thread_off_state;
+ int thread_max_keys;
+ int thread_off_key_allocated;
+ int thread_off_key_destructor;
+ int thread_state_zoombie;
+ int thread_state_running;
struct pt_map *map;
int map_len;
};