summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Core
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann2019-12-231-9/+3
* [LLDB] Fix handling for the clang name mangling extension for block invocationsshafik2019-11-061-0/+11
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-1/+2
* Remove the is_mangled flag from Mangled and SymbolAdrian Prantl2019-10-091-6/+2
* unittests: Use yaml2obj as a library instead of an external processPavel Labath2019-08-203-143/+107
* SymbolVendor: Move Symtab construction into the SymbolFilePavel Labath2019-07-262-4/+4
* Make UniqueCStringMap work with non-default-constructible types and other imp...Pavel Labath2019-06-142-0/+54
* Include inlined functions when figuring out a contiguous address rangeGreg Clayton2019-05-062-25/+4
* [LLDB] - Update the test cases after yaml2obj change.George Rimar2019-04-031-80/+93
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-2/+2
* Move RangeMap.h into UtilityPavel Labath2019-03-063-385/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* RangeMap.h: merge RangeDataArray and RangeDataVectorPavel Labath2019-01-042-0/+56
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-144-217/+0
* Move DataExtractorTest to unittests/UtilityPavel Labath2018-11-142-169/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+2
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-0/+3
* Fix typos.Bruce Mitchener2018-10-042-3/+3
* [lldb] Remove an assertion in RichManglingContext::GetBufferRef() hit when de...Aaron Smith2018-09-281-0/+23
* Move Predicate.h from Host to UtilityRaphael Isemann2018-08-301-1/+1
* Added test for Core/Range class.Raphael Isemann2018-08-132-0/+331
* RichManglingContext: Make m_ipd_str_len a local variable and simplify process...Stefan Granitz2018-08-101-9/+12
* Use rich mangling information in Symtab::InitNameIndexes()Stefan Granitz2018-08-082-0/+115
* Move ScalarTest to follow the class being testedPavel Labath2018-08-072-222/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-073-23/+1
* Unit test for Symtab::InitNameIndexesStefan Granitz2018-08-023-1/+261
* Use LLVM's new ItaniumPartialDemangler in LLDBStefan Granitz2018-07-252-0/+39
* Reimplement EventDataBytes::Dump to avoid DumpDataExtractorPavel Labath2018-07-242-0/+26
* Scalar: Use llvm integer conversion functionsPavel Labath2018-06-192-0/+34
* Fix narrowing warning by appending `f` to literal constant.Adrian McCarthy2018-04-191-1/+1
* [Core] Grab-bag of improvements for Scalar.Davide Italiano2018-04-021-0/+45
* [Core] Correctly handle float division in Scalar.Davide Italiano2018-03-271-0/+8
* Fix unrepresentable float value in ScalarTestRaphael Isemann2018-01-221-1/+1
* Move ArchSpec to the Utility modulePavel Labath2017-11-132-156/+0
* Fix dumping of characters with non-standard sizesPetr Pavlu2017-10-111-0/+117
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-292-74/+0
* Move StructuredData from Core to UtilityPavel Labath2017-06-272-33/+0
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-072-2/+2
* Remove an expensive lock from TimerPavel Labath2017-05-151-5/+12
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Recompute ArchSpec core after MergeFromPavel Labath2017-04-201-0/+19
* Fix build failure in unit test.Zachary Turner2017-04-061-0/+1
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-042-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-032-213/+0
* [Windows] Remove the #include <eh.h> hack.Zachary Turner2017-03-033-20/+0
* Fix gcc compilation of LogTest.cppPavel Labath2017-03-011-1/+1
* Modernize Enable/DisableLogChannel interface a bitPavel Labath2017-03-011-13/+13
* Log: Fix a regression in handling log optionsPavel Labath2017-02-271-0/+14
* Log: Fix race in accessing the stream variablePavel Labath2017-02-211-0/+26
OpenPOWER on IntegriCloud