Date: Sat, 25 Sep 2010 04:26:40 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/tools/regression/pthread/unwind Makefile Test.cpp catch_pthread_exit.cpp cond_wait_cancel.cpp cond_wait_cancel2.cpp main_thread_exit.cpp sem_wait_cancel.cpp thread_normal_exit.cpp Message-ID: <201009250426.o8P4QnVm047167@repoman.freebsd.org>
index | next in thread | raw e-mail
davidxu 2010-09-25 04:26:40 UTC
FreeBSD src repository
Added files:
tools/regression/pthread/unwind Makefile Test.cpp
catch_pthread_exit.cpp
cond_wait_cancel.cpp
cond_wait_cancel2.cpp
main_thread_exit.cpp
sem_wait_cancel.cpp
thread_normal_exit.cpp
Log:
SVN rev 213155 on 2010-09-25 04:26:40Z by davidxu
Add test cases for stack unwinding.
Revision Changes Path
1.1 +17 -0 src/tools/regression/pthread/unwind/Makefile (new)
1.1 +37 -0 src/tools/regression/pthread/unwind/Test.cpp (new)
1.1 +35 -0 src/tools/regression/pthread/unwind/catch_pthread_exit.cpp (new)
1.1 +39 -0 src/tools/regression/pthread/unwind/cond_wait_cancel.cpp (new)
1.1 +56 -0 src/tools/regression/pthread/unwind/cond_wait_cancel2.cpp (new)
1.1 +18 -0 src/tools/regression/pthread/unwind/main_thread_exit.cpp (new)
1.1 +35 -0 src/tools/regression/pthread/unwind/sem_wait_cancel.cpp (new)
1.1 +28 -0 src/tools/regression/pthread/unwind/thread_normal_exit.cpp (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009250426.o8P4QnVm047167>
