summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Interpreter
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann2019-12-231-3/+3
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-49/+26
* Include inlined functions when figuring out a contiguous address rangeGreg Clayton2019-05-061-11/+1
* [CMake] Only the Python scirpt interpreter should link against Python.Jonas Devlieghere2019-04-011-5/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* [FileSystem] Migrate CommandCompletionsJonas Devlieghere2018-12-041-4/+11
* Revert "[FileSystem] Make use of FS in TildeExpressionResolver"Jonas Devlieghere2018-11-091-12/+4
* [FileSystem] Make use of FS in TildeExpressionResolverJonas Devlieghere2018-11-091-4/+12
* Change TestCompletion to only ever look inside of BaseDirFrederic Riss2018-09-041-7/+3
* File completion bugfixFrederic Riss2018-08-311-0/+5
* Fixed windows bots that were failing because of PATH_MAXRaphael Isemann2018-08-241-0/+2
* Add more pre-run asserts for the DirCompletionAbsolute testRaphael Isemann2018-08-231-0/+3
* Stability improvements for CompletionTestRaphael Isemann2018-08-141-41/+35
* Modernize completion testsPavel Labath2018-06-291-53/+32
* Fix path completion test case added in rL335905 on WindowsRaphael Isemann2018-06-281-4/+2
* Added test case for: r334978 - Fixed file completion for paths that start wi...Raphael Isemann2018-06-281-5/+21
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-172-190/+0
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-103-89/+122
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-84/+0
* Add a StringList constructor to Args classPavel Labath2017-12-111-0/+11
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* cmake + xcode: prevent gtests from using includes from project rootTim Hammerquist2017-10-031-1/+1
* [unittests] Add a helper function for getting an input filePavel Labath2017-06-292-3/+2
* Fix crash when completing in the current directory.Zachary Turner2017-04-151-20/+37
* Resubmit "Delete the remainder of platform specific code in FileSpec."Zachary Turner2017-03-222-69/+3
* Revert "Delete the remainder of platform specific code in FileSpec."Pavel Labath2017-03-222-3/+69
* Delete the remainder of platform specific code in FileSpec.Zachary Turner2017-03-222-69/+3
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Fix unit test compilation failure.Zachary Turner2017-03-191-2/+4
* Fix flakyness in TestCompletionPavel Labath2017-03-141-2/+2
* Fix Linux build for the FileSpec changesPavel Labath2017-03-131-30/+39
* Resubmit "Make file / directory completion work properly on Windows."Zachary Turner2017-03-132-0/+347
* Revert "Make file / directory completion work properly on Windows."Zachary Turner2017-03-122-347/+0
* Make file / directory completion work properly on Windows.Zachary Turner2017-03-122-0/+347
* Modernize Enable/DisableLogChannel interface a bitPavel Labath2017-03-011-0/+8
* [CMake] Update unit tests with accurate dependenciesChris Bieneman2017-02-011-0/+3
* Refactor the Args class.Zachary Turner2016-10-031-0/+103
* added environment variable-related Args gtestsTodd Fiala2016-09-221-0/+85
* Fix compilation of unit tests.Zachary Turner2016-09-191-33/+33
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-1/+1
* Convert many functions to use StringRefs.Zachary Turner2016-09-171-1/+3
* Add unit tests for a few string conversion functions in Args.Zachary Turner2016-09-161-0/+89
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-44/+38
* Fix linking of unit tests via CMake on Windows.Zachary Turner2015-03-181-1/+0
* Convert CRLF to LF.Zachary Turner2015-03-171-8/+8
* Fix the clang -Werror build & make the unit tests link under LinuxDavid Blaikie2015-03-172-13/+13
* Fix a bug related to arg escaping, and add unit tests.Zachary Turner2015-03-142-0/+78
OpenPOWER on IntegriCloud