summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Utility
Commit message (Expand)AuthorAgeFilesLines
* [lit] Fix several tests that fail when using Python 3 or on WindowsStella Stamenova2018-05-141-6/+11
* FileSpec: Remove PathSyntax enum and use llvm version insteadPavel Labath2018-05-141-34/+31
* Remove custom path manipulation functions from FileSpecPavel Labath2018-05-111-4/+4
* Always normalize FileSpec paths.Greg Clayton2018-04-271-57/+25
* Move FileSpecTest to UtilityPavel Labath2018-04-202-0/+311
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-172-0/+192
* [Utility] Simplify and generalize the CleanUp helper, NFCVedant Kumar2018-02-232-0/+48
* Add LLDB_LOG_ERROR macroPavel Labath2018-01-301-0/+17
* Simplify some LogTest testsPavel Labath2018-01-171-78/+90
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-102-0/+50
* [ArchSpec] Add a unittest to complement the change in r321856.Davide Italiano2018-01-051-0/+19
* Move ArchSpec to the Utility modulePavel Labath2017-11-132-0/+155
* cmake + xcode: prevent gtests from using includes from project rootTim Hammerquist2017-10-038-174/+2
* Use ThreadLauncher to launch TaskPool threadsFrancis Ricci2017-09-192-44/+0
* Fixup for r311483: Use correct path to StreamString.hKuba Mracek2017-08-221-1/+1
* [lldb] Correctly escape newlines and backslashes in the JSON serializerKuba Mracek2017-08-222-0/+27
* Fix VASprintfTest.cpp for Darwin, add checksTim Hammerquist2017-08-091-2/+10
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-292-0/+73
* [unittests] Add a helper function for getting an input filePavel Labath2017-06-298-27/+53
* Move StructuredData from Core to UtilityPavel Labath2017-06-273-0/+72
* Add llvm::Error assignment operator to Status classPavel Labath2017-06-151-0/+3
* Add Status -- llvm::Error gluePavel Labath2017-05-181-0/+31
* Rename Error -> Status.Zachary Turner2017-05-122-7/+7
* Add TaskMap for iterating a function over a set of integersPavel Labath2017-05-051-21/+10
* Resubmit "Delete the remainder of platform specific code in FileSpec."Zachary Turner2017-03-225-0/+166
* Revert "Delete the remainder of platform specific code in FileSpec."Pavel Labath2017-03-225-166/+0
* Delete the remainder of platform specific code in FileSpec.Zachary Turner2017-03-225-0/+166
* Remove lldb streams from the Log class completelyPavel Labath2017-03-151-49/+65
* Fix remaining threading issues in Log.hPavel Labath2017-03-091-0/+48
* Update log_options unit testPavel Labath2017-03-061-36/+41
* Fix Log unit testsPavel Labath2017-03-061-3/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-032-0/+213
* Fix a couple of corner cases in NameMatchesPavel Labath2017-02-202-0/+59
* Fix VASprintfTest on darwinPavel Labath2017-02-171-2/+2
* Fix breakage caused by r295368Pavel Labath2017-02-172-2/+22
* Fix buildZachary Turner2017-02-161-1/+1
* Finish breaking the dependency from Utility.Zachary Turner2017-02-162-1/+60
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-144-184/+0
* UriParser cleanupPavel Labath2017-02-101-21/+19
* Add a format_provider for the Timeout classPavel Labath2017-02-101-5/+13
* Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath2017-02-052-0/+19
* [CMake] Update unit tests with accurate dependenciesChris Bieneman2017-02-011-0/+9
* Introduce chrono to the Communication classPavel Labath2016-11-252-0/+23
* Convert UriParser to use StringRef.Zachary Turner2016-11-171-9/+29
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* unittests: Specify types in a bunch of unittest EXPECT'sJustin Bogner2016-10-171-54/+54
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-065-947/+864
* Add more unit tests for StringExtractor hex/endian functions.Zachary Turner2016-08-311-19/+133
* Revert r280137 and 280139 and subsequent build fixesPavel Labath2016-08-311-14/+24
OpenPOWER on IntegriCloud