summaryrefslogtreecommitdiffstats
path: root/lldb/unittests
Commit message (Expand)AuthorAgeFilesLines
* Remove GetThreadSuffixSupported from GDBRemoteCommunication **base** classPavel Labath2016-08-161-12/+0
* Fix a race in Broadcaster/Listener interactionPavel Labath2016-08-152-0/+73
* Fix unit tests on windowsPavel Labath2016-08-112-2/+2
* Fix a problem where if a uint64_t value is placed into a python dictionary an...Greg Clayton2016-08-101-0/+24
* Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-08-094-0/+433
* Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-07-294-401/+0
* Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath2016-07-294-0/+401
* Fix DataExtractor::PeekData for zero length peeksPavel Labath2016-07-261-3/+20
* Fix a no newline at end of file warning.Greg Clayton2016-06-091-1/+1
* Add unit tests for ModuleCachePavel Labath2016-05-254-0/+192
* Avoid an assertion failure when a bit field is extracted from a value of the ...Bryan Chan2016-05-191-0/+24
* Fix SymbolFilePDBTests.cppPavel Labath2016-05-101-14/+15
* Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read"Pavel Labath2016-05-034-207/+75
* Add a read_full_buffer argument to ConnectionFileDescriptor::ReadPavel Labath2016-05-034-75/+207
* Fix compiler warnings in SymbolFilePDBTestsPavel Labath2016-04-271-20/+20
* Add missing file needed for PDB unittests.Zachary Turner2016-04-201-0/+0
* Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-151-0/+49
* Initial support for reading type information from PDBs.Zachary Turner2016-04-154-5/+331
* Revert r266311 - Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-141-49/+0
* Handle bit fields on big-endian systems correctlyUlrich Weigand2016-04-142-0/+40
* Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-141-0/+49
* FileSpec: make matching separator-agnostic againPavel Labath2016-04-141-6/+20
* Remove obsolete commentsPavel Labath2016-04-131-2/+0
* Initialize the Python script interpreter lazily (i.e. not at debugger startup)Enrico Granata2016-04-121-0/+1
* Make FileSpec handling platform-independentPavel Labath2016-04-041-14/+19
* Add some unit tests for ClangASTContext.Zachary Turner2016-04-013-0/+319
* Fix SocketAddressTest (again)Pavel Labath2016-03-301-1/+2
* Fix a bunch of signedness warnings in unittestsPavel Labath2016-03-112-16/+17
* Fix a couple of cornercases in FileSpec + testsPavel Labath2016-03-112-0/+95
* Add support for reading line tables from PDB files.Zachary Turner2016-03-0212-0/+431
* Fix PythonDataObjectsTests for python 2Pavel Labath2016-02-251-2/+1
* Fix SocketTest on Windows.Zachary Turner2016-02-181-4/+0
* Change `CoreTests` to LLDBCoreTests to avoid name clash.Zachary Turner2016-02-091-1/+1
* Fix invalid shift operator overload in ScalarPavel Labath2016-02-093-0/+36
* Fix sign conversion warnings in LLDB Python unittestsReid Kleckner2016-02-031-19/+18
* Fix an off-by-one in SocketTest::DecodeHostAndPortPavel Labath2016-02-031-1/+11
* Fix swig typemap for SBEvent.Zachary Turner2016-01-251-0/+14
* added test fixture to EditlineTest gtestTodd Fiala2016-01-221-32/+35
* Introduce a PythonBytes class into PythonDataObjects.Zachary Turner2016-01-111-0/+21
* Fix a bug in PythonExceptionState and add unittest coverage.Zachary Turner2015-11-131-0/+53
* Introduce a `PythonExceptionState` class.Zachary Turner2015-11-132-0/+122
* gtest - Make a `PythonTestSuite` base class for setup / teardown.Zachary Turner2015-11-134-17/+74
* Create `PythonTuple` and `PythonCallable` wrapper classes.Zachary Turner2015-11-111-11/+132
* Add a `PythonModule` class, and a root-level method for resolving names.Zachary Turner2015-11-111-0/+60
* Fix build for go parser unittest.Ryan Brown2015-11-031-1/+1
* Create an expression parser for Go.Ryan Brown2015-11-023-0/+254
* Added real editline tests.Todd Fiala2015-10-301-2/+355
* Fix a copy-and-paste error on new Editline test cmake configuration.Todd Fiala2015-10-251-1/+1
* Xcode: added lldb-gtest target to build and run the gtests in the unittests d...Todd Fiala2015-10-253-0/+19
* Add a new task pool class to LLDBTamas Berghammer2015-10-202-0/+63
OpenPOWER on IntegriCloud