summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/timeout/wait-a-while.c
Commit message (Collapse)AuthorAgeFilesLines
* Get test executables compiling on Windows.Zachary Turner2014-08-131-41/+0
| | | | | | | | | | | | | | 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
* Fix interval recalculation in the event that usleep is interruptedEd Maste2014-04-291-1/+1
| | | | llvm-svn: 207566
* Add the ability to set timeout & "run all threads" options both from the ↵Jim Ingham2012-10-161-0/+41
"expr" command and from the SB API's that evaluate expressions. <rdar://problem/12457211> llvm-svn: 166062
OpenPOWER on IntegriCloud