summaryrefslogtreecommitdiff
path: root/lldb/source/Core/ValueObject.cpp
AgeCommit message (Expand)Author
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-28[lldb] Delete ValueObject::GetBaseClassPathAlex Langford
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann
2020-01-21[lldb/DataFormatters] Fix the `$$deference$$` synthetic childFred Riss
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere
2019-12-11Remove TypeValidators (NFC in terms of the testsuite)Adrian Prantl
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere
2019-11-05[ValueObject] Upstream early exit from swift-lldb. (NFC)Adrian Prantl
2019-11-05[ValueObject] Upstream initialization from swift-lldb.Adrian Prantl
2019-10-31[Symbol] Change ClangASTContext::GetCXXClassName return typeAlex Langford
2019-10-25ValueObject: Fix a crash related to children address type computationPavel Labath
2019-08-21[NFC] Remove lldb_utility namespace.Jonas Devlieghere
2019-08-08Remove unused and undocumented data_offset parameter (NFC)Adrian Prantl
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-22[Symbol] Improve Variable::GetLanguageAlex Langford
2019-07-12[Core] Generalize ValueObject::MaybeCalculateCompleteTypeAlex Langford
2019-07-01[Core] Generalize ValueObject::IsRuntimeSupportValueAlex Langford
2019-06-10[Target] Remove Process::GetObjCLanguageRuntimeAlex Langford
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-05-16Factor out switch statement into a helper function (NFC)Adrian Prantl
2019-05-16Make sure GetObjectDescription falls back to the Objective-C runtime.Adrian Prantl
2019-05-03Supply a default implementation of IsRuntimeSupportValue.Adrian Prantl
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-15Replace auto -> llvm::Optional<uint64_t>Adrian Prantl
2019-01-15Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-12[ClangASTContext] Extract VTable pointers from C++ objectsAleksandr Urakov
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-10-16Delete commented-out code.Adrian Prantl
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-05-26Forward declare DumpValueObjectOptions in ValueObject.hRaphael Isemann
2018-04-30Refactor GetNextPersistentVariableName into a non-virtual methodAdrian Prantl
2018-04-30Move the persistent variable counter into TargetAdrian Prantl
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-26Use llvm::ArrayRef rather than std::vector/std::initializer lists for someLang Hames
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-03-31Stop calling ValueObject::SetName from synthetic child providersTamas Berghammer
2017-03-31Add support for sythetic operator dereferenceTamas Berghammer
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-12-28Fix the variable view in the "gui" curses mode so that variables whose childr...Greg Clayton
2016-11-18Re-add the StringRef interface changes for Variable.Zachary Turner
2016-11-18Resubmit "Remove an output-parameter from Variable function".Zachary Turner