aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests
AgeCommit message (Expand)AuthorFilesLines
2016-06-09Fix a no newline at end of file warning.Greg Clayton1-1/+1
2016-05-25Add unit tests for ModuleCachePavel Labath4-0/+192
2016-05-19Avoid an assertion failure when a bit field is extracted from a value of the ...Bryan Chan1-0/+24
2016-05-10Fix SymbolFilePDBTests.cppPavel Labath1-14/+15
2016-05-03Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read"Pavel Labath4-207/+75
2016-05-03Add a read_full_buffer argument to ConnectionFileDescriptor::ReadPavel Labath4-75/+207
2016-04-27Fix compiler warnings in SymbolFilePDBTestsPavel Labath1-20/+20
2016-04-20Add missing file needed for PDB unittests.Zachary Turner1-0/+0
2016-04-15Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand1-0/+49
2016-04-15Initial support for reading type information from PDBs.Zachary Turner4-5/+331
2016-04-14Revert r266311 - Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand1-49/+0
2016-04-14Handle bit fields on big-endian systems correctlyUlrich Weigand2-0/+40
2016-04-14Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand1-0/+49
2016-04-14FileSpec: make matching separator-agnostic againPavel Labath1-6/+20
2016-04-13Remove obsolete commentsPavel Labath1-2/+0
2016-04-12Initialize the Python script interpreter lazily (i.e. not at debugger startup)Enrico Granata1-0/+1
2016-04-04Make FileSpec handling platform-independentPavel Labath1-14/+19
2016-04-01Add some unit tests for ClangASTContext.Zachary Turner3-0/+319
2016-03-30Fix SocketAddressTest (again)Pavel Labath1-1/+2
2016-03-11Fix a bunch of signedness warnings in unittestsPavel Labath2-16/+17
2016-03-11Fix a couple of cornercases in FileSpec + testsPavel Labath2-0/+95
2016-03-02Add support for reading line tables from PDB files.Zachary Turner12-0/+431
2016-02-25Fix PythonDataObjectsTests for python 2Pavel Labath1-2/+1
2016-02-18Fix SocketTest on Windows.Zachary Turner1-4/+0
2016-02-09Change `CoreTests` to LLDBCoreTests to avoid name clash.Zachary Turner1-1/+1
2016-02-09Fix invalid shift operator overload in ScalarPavel Labath3-0/+36
2016-02-03Fix sign conversion warnings in LLDB Python unittestsReid Kleckner1-19/+18
2016-02-03Fix an off-by-one in SocketTest::DecodeHostAndPortPavel Labath1-1/+11
2016-01-25Fix swig typemap for SBEvent.Zachary Turner1-0/+14
2016-01-22added test fixture to EditlineTest gtestTodd Fiala1-32/+35
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