summaryrefslogtreecommitdiffstats
path: root/lldb/unittests
Commit message (Expand)AuthorAgeFilesLines
* Fix PathMappingListTest on windowsPavel Labath2018-06-141-3/+11
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-132-2/+3
* [FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere2018-06-131-1/+10
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-122-4/+6
* [LLDB] Unit tests / typo fixDavid Carlier2018-06-071-1/+1
* Revert "PDB support of function-level linking and splitted functions"Pavel Labath2018-06-068-104/+0
* PDB support of function-level linking and splitted functionsAaron Smith2018-06-058-0/+104
* Really fix ClangParserTestPavel Labath2018-06-051-1/+9
* Fix ClangParserTest.cppPavel Labath2018-06-051-1/+1
* Fix Expression unittests on DarwinJonas Devlieghere2018-06-052-1/+4
* Remove dependency from Host to clang.Zachary Turner2018-06-043-60/+67
* [FileSpec] Re-implmenet removeLastPathComponentJonas Devlieghere2018-05-301-0/+41
* HostInfoMacOSX: Support finding the clang resource directory within CLTools.Adrian Prantl2018-05-251-0/+8
* Remove spurious dependency on Process/elf-core from Process/Utility.James Y Knight2018-05-231-0/+1
* Fix PathMappingList tests on windowsPavel Labath2018-05-231-25/+24
* Avoid using header from Host/macosx when not testing an apple build.James Y Knight2018-05-221-2/+6
* Fix PathMappingList for relative and empty paths after recent FileSpec normal...Greg Clayton2018-05-213-0/+157
* Fix buildbots after it 332618Greg Clayton2018-05-171-2/+0
* FileSpec objects that resolve to "." should have "." in m_filename and m_dire...Greg Clayton2018-05-171-4/+6
* Revert 332511 after reverting llvm revision 332508.Greg Clayton2018-05-161-4/+4
* Fix FileSpecTest after LLVM changes to remove_dots (https://reviews.llvm.org/...Greg Clayton2018-05-161-4/+4
* Reapply "Remove Process references from the Host module"Pavel Labath2018-05-151-0/+5
* [lit] Fix several tests that fail when using Python 3 or on WindowsStella Stamenova2018-05-141-6/+11
* Revert "Remove Process references from the Host module"Pavel Labath2018-05-141-5/+0
* Remove Process references from the Host modulePavel Labath2018-05-141-0/+5
* FileSpec: Remove PathSyntax enum and use llvm version insteadPavel Labath2018-05-143-40/+37
* Conditionally compile a Darwin-only test.Adrian Prantl2018-05-111-0/+2
* Yet another follow-up to r332111. This also handles the case where anAdrian Prantl2018-05-111-5/+5
* Fix a regression in r332111. The LLDB.framework path component is notAdrian Prantl2018-05-111-1/+7
* HostInfoMacOSX: Share the clang resource directory with Swift.Adrian Prantl2018-05-112-0/+41
* Remove custom path manipulation functions from FileSpecPavel Labath2018-05-111-4/+4
* CPlusPlusLanguage: Add unit tests for the FindAlternateFunctionManglings methodPavel Labath2018-05-101-2/+23
* [cmake, unittests] Fix the CMake file for the LLDB unittests to support multi...Stella Stamenova2018-05-091-2/+2
* Modernize and clean-up the Predicate classPavel Labath2018-05-092-0/+35
* Fix gdb-remote qMemoryRegionInfo unit tests for xml-enabled buildsPavel Labath2018-05-021-8/+26
* llgs tests: Use noack-mode for communication to avoid pr37294Pavel Labath2018-04-302-2/+16
* Always normalize FileSpec paths.Greg Clayton2018-04-271-57/+25
* llgs-tests: Increase packet time outPavel Labath2018-04-231-0/+1
* Move FileSpecTest to UtilityPavel Labath2018-04-203-7/+7
* Fix narrowing warning by appending `f` to literal constant.Adrian McCarthy2018-04-191-1/+1
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-175-5/+7
* llgs: Send "rich" errors in response to vAttach packetsPavel Labath2018-04-112-7/+25
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-103-89/+122
* [Core] Grab-bag of improvements for Scalar.Davide Italiano2018-04-021-0/+45
* gdb-remote: Fix checksum verification for messages with escape charsPavel Labath2018-03-283-6/+69
* [Core] Correctly handle float division in Scalar.Davide Italiano2018-03-271-0/+8
* llgs-tests: use the auto-parsing form of SendMessage for sending the continue...Pavel Labath2018-03-042-11/+8
* [LLDB] Initial version of PPC64 InstEmulationPavel Labath2018-02-276-17/+293
* [unittests] Disable lldb-server tests if an external debug server is in useVedant Kumar2018-02-241-1/+6
* Fix a compiler warning in ModuleCacheTest.cpp, NFCVedant Kumar2018-02-231-2/+2
OpenPOWER on IntegriCloud