Date: Sun, 8 Aug 2004 22:37:53 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthread_db Makefile libpthread_db.c thread_db.c thread_db.h thread_db_int.h Message-ID: <200408082237.i78MbrDB028605@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408082237.i78MbrDB028605>
