llvm-project/lldb/test/functionalities/stop-hook
Zachary Turner c7826524ac Get test executables compiling on Windows.
Many of the test executables use pthreads directly.  This isn't
portable on Windows, so this patch converts these test to use
C++11 threads and mutexes.  Since Windows' implementation of
std::thread classes throw and catch from header files, this patch
also disables exceptions when compiling with clang on Windows.

Reviewed by: Todd Fiala, Ed Maste

Differential Revision: http://reviews.llvm.org/D4816

llvm-svn: 215562
2014-08-13 17:44:53 +00:00
..
multiple_threads Get test executables compiling on Windows. 2014-08-13 17:44:53 +00:00
Makefile
TestStopHookCmd.py Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
TestStopHookMechanism.py Fixes a number of issue related to test portability on Windows. 2014-07-18 01:02:02 +00:00
main.cpp Added a test for problems caused when Clang errantly makes the line range for one line 2011-09-23 21:24:57 +00:00