summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObject.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ValueObject] Upstream early exit from swift-lldb. (NFC)Adrian Prantl2019-11-051-0/+4
* [ValueObject] Upstream initialization from swift-lldb.Adrian Prantl2019-11-051-0/+10
* [Symbol] Change ClangASTContext::GetCXXClassName return typeAlex Langford2019-10-311-6/+5
* ValueObject: Fix a crash related to children address type computationPavel Labath2019-10-251-0/+53
* [NFC] Remove lldb_utility namespace.Jonas Devlieghere2019-08-211-8/+7
* Remove unused and undocumented data_offset parameter (NFC)Adrian Prantl2019-08-081-3/+3
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-6/+6
* [Symbol] Improve Variable::GetLanguageAlex Langford2019-07-221-10/+1
* [Core] Generalize ValueObject::MaybeCalculateCompleteTypeAlex Langford2019-07-121-42/+11
* [Core] Generalize ValueObject::IsRuntimeSupportValueAlex Langford2019-07-011-11/+21
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-101-3/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-33/+34
* Factor out switch statement into a helper function (NFC)Adrian Prantl2019-05-161-10/+4
* Make sure GetObjectDescription falls back to the Objective-C runtime.Adrian Prantl2019-05-161-27/+29
* Supply a default implementation of IsRuntimeSupportValue.Adrian Prantl2019-05-031-0/+4
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-8/+8
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-151-4/+7
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-18/+22
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-16/+9
* [ClangASTContext] Extract VTable pointers from C++ objectsAleksandr Urakov2018-11-121-25/+0
* Remove comments after header includes.Jonas Devlieghere2018-11-111-28/+28
* Delete commented-out code.Adrian Prantl2018-10-161-2/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-2/+2
* Forward declare DumpValueObjectOptions in ValueObject.hRaphael Isemann2018-05-261-0/+1
* Refactor GetNextPersistentVariableName into a non-virtual methodAdrian Prantl2018-04-301-1/+3
* Move the persistent variable counter into TargetAdrian Prantl2018-04-301-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-120/+105
* Rename Error -> Status.Zachary Turner2017-05-121-18/+18
* Use llvm::ArrayRef rather than std::vector/std::initializer lists for someLang Hames2017-04-261-30/+4
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-25/+40
* Stop calling ValueObject::SetName from synthetic child providersTamas Berghammer2017-03-311-0/+4
* Add support for sythetic operator dereferenceTamas Berghammer2017-03-311-0/+5
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix the variable view in the "gui" curses mode so that variables whose childr...Greg Clayton2016-12-281-0/+95
* Re-add the StringRef interface changes for Variable.Zachary Turner2016-11-181-13/+13
* Resubmit "Remove an output-parameter from Variable function".Zachary Turner2016-11-181-109/+77
* Revert "Remove an out param from ValueObject::GetValueForExpressionPath."Zachary Turner2016-11-181-4/+50
* Remove an out param from ValueObject::GetValueForExpressionPath.Zachary Turner2016-11-181-50/+4
* Delete more dead code in ValueObject.Zachary Turner2016-11-181-394/+0
* Remove some dead code in ValueObject.Zachary Turner2016-11-181-44/+21
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-27/+25
* Change ValueObject creation functions to take StringRefs.Zachary Turner2016-11-131-13/+14
* Simplify the PrintableRepresentationSpecialCases code; we never used the ePri...Enrico Granata2016-11-071-4/+3
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
OpenPOWER on IntegriCloud