llvm-project/lldb/test/functionalities/watchpoint/watchpoint_set_command
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
..
Makefile Get test executables compiling on Windows. 2014-08-13 17:44:53 +00:00
TestWatchLocationWithWatchSet.py Update decorators for tests that still fail with FreeBSD Watchpoint support 2014-02-14 14:52:10 +00:00
TestWatchpointSetErrorCases.py Update decorators for tests that still fail with FreeBSD Watchpoint support 2014-02-14 14:52:10 +00:00
main.cpp rdar://problem/11597911 2012-06-05 19:37:43 +00:00