aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests
AgeCommit message (Expand)AuthorFilesLines
2015-07-30Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner1-4/+0
2015-07-07Fix StringExtractor.h issues.Bruce Mitchener1-1/+1
2015-05-28Including <thread> with MSVC is buggy, use a workaround here.Zachary Turner1-0/+6
2015-05-06[NativeProcessLinux] fold ThreadStateCoordinator into NPLPavel Labath6-741/+0
2015-05-05[NativeProcessLinux] Get rid of the thread state coordinator threadPavel Labath1-149/+47
2015-04-27Add missing libraries to unittest linkPavel Labath1-1/+1
2015-04-03Fix the Linux build.David Blaikie1-0/+1
2015-03-18Fix linking of unit tests via CMake on Windows.Zachary Turner8-130/+18
2015-03-17Convert CRLF to LF.Zachary Turner8-95/+95
2015-03-17Fix the clang -Werror build & make the unit tests link under LinuxDavid Blaikie8-71/+77
2015-03-14Fix a bug related to arg escaping, and add unit tests.Zachary Turner3-0/+79
2015-03-14[CMake] Make the unittests link against everything...Zachary Turner2-5/+4
2015-03-14[gtest] Fix gtest failures on Windows.Zachary Turner1-56/+69
2015-03-13[CMake] Fix unit test build on Linux.Zachary Turner1-1/+1
2015-03-13Rework the gtest directory structure.Zachary Turner15-0/+1758