summaryrefslogtreecommitdiffstats
path: root/lib/libkse
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2006-05-17 04:59:59 +0000
committerdavidxu <davidxu@FreeBSD.org>2006-05-17 04:59:59 +0000
commit28aa53a45cc42f7cfc70a3318d951da5bda9feb5 (patch)
tree706876d3646981e074a8505b4faa76a7c5a7138f /lib/libkse
parent2ec6a6b5e755fa5b53be0ec197fff455eee327cf (diff)
downloadFreeBSD-src-28aa53a45cc42f7cfc70a3318d951da5bda9feb5.zip
FreeBSD-src-28aa53a45cc42f7cfc70a3318d951da5bda9feb5.tar.gz
Export offsets of thread signal pending set and signal mask for debugger.
Diffstat (limited to 'lib/libkse')
-rw-r--r--lib/libkse/thread/thr_symbols.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libkse/thread/thr_symbols.c b/lib/libkse/thread/thr_symbols.c
index 2072c96..2b9639b 100644
--- a/lib/libkse/thread/thr_symbols.c
+++ b/lib/libkse/thread/thr_symbols.c
@@ -77,3 +77,5 @@ int _thread_off_dtv = DTV_OFFSET;
int _thread_off_state = offsetof(struct pthread, state);
int _thread_state_running = PS_RUNNING;
int _thread_state_zoombie = PS_DEAD;
+int _thread_off_sigmask = offsetof(struct pthread, sigmask);
+int _thread_off_sigpend = offsetof(struct pthread, sigpend);
OpenPOWER on IntegriCloud