cvs commit: src/lib/libthread_db Makefile libpthread_db.c
thread_db.c thread_db.h thread_db_int.h
David Xu
davidxu at FreeBSD.org
Sun Aug 8 15:37:53 PDT 2004
davidxu 2004-08-08 22:37:53 UTC
FreeBSD src repository
Modified files:
lib/libthread_db Makefile libpthread_db.c thread_db.c
thread_db.h thread_db_int.h
Log:
1.Use new way to check if a thread is in critical region, defer suspending
if it is true.
2.Add thread_db api td_thr_tls_get_addr to get tls address, the real code
is commented out util tls patch is committed.
Reviewed by: deischen
Revision Changes Path
1.4 +7 -1 src/lib/libthread_db/Makefile
1.4 +108 -31 src/lib/libthread_db/libpthread_db.c
1.2 +8 -0 src/lib/libthread_db/thread_db.c
1.3 +1 -0 src/lib/libthread_db/thread_db.h
1.2 +2 -0 src/lib/libthread_db/thread_db_int.h
More information about the cvs-src
mailing list