aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests
AgeCommit message (Expand)AuthorFilesLines
2016-01-11Introduce a PythonBytes class into PythonDataObjects.Zachary Turner1-0/+21
2015-11-13Fix a bug in PythonExceptionState and add unittest coverage.Zachary Turner1-0/+53
2015-11-13Introduce a `PythonExceptionState` class.Zachary Turner2-0/+122
2015-11-13gtest - Make a `PythonTestSuite` base class for setup / teardown.Zachary Turner4-17/+74
2015-11-11Create `PythonTuple` and `PythonCallable` wrapper classes.Zachary Turner1-11/+132
2015-11-11Add a `PythonModule` class, and a root-level method for resolving names.Zachary Turner1-0/+60
2015-11-03Fix build for go parser unittest.Ryan Brown1-1/+1
2015-11-02Create an expression parser for Go.Ryan Brown3-0/+254
2015-10-30Added real editline tests.Todd Fiala1-2/+355
2015-10-25Fix a copy-and-paste error on new Editline test cmake configuration.Todd Fiala1-1/+1
2015-10-25Xcode: added lldb-gtest target to build and run the gtests in the unittests d...Todd Fiala3-0/+19
2015-10-20Add a new task pool class to LLDBTamas Berghammer2-0/+63
2015-10-16Convert SWIG typemap string operations to PythonObjects.Zachary Turner1-0/+11
2015-10-15Split Socket class into Tcp/Udp/DomainSocket subclasses.Oleksiy Vyalov1-31/+84
2015-10-15Introduce a `PythonFile` object, and use it everywhere.Zachary Turner1-0/+9
2015-10-14Get Python unit tests working with Python 3.Zachary Turner1-260/+173
2015-10-13Fix ref counting of Python objects.Zachary Turner1-43/+94
2015-10-09Port native Python-API to 3.xZachary Turner4-0/+421
2015-10-06Fix segmentation fault in lldb_private::Symbols::LocateExecutableSymbolFile()Bruce Mitchener2-0/+31
2015-08-20Make UriParser to support [$HOSTNAME] notation.Oleksiy Vyalov1-0/+24
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