summaryrefslogtreecommitdiff
path: root/lldb/source/Core/ValueObject.cpp
AgeCommit message (Expand)Author
2022-10-20Revert "[lldb] Fix member access in GetExpressionPath"Jonas Devlieghere
2022-10-12[lldb] Fix member access in GetExpressionPathTonko Sabolčec
2022-09-30Revert "[lldb] Fix member access in GetExpressionPath"Andy Yankovsky
2022-09-30[lldb] Fix member access in GetExpressionPathTonko Sabolčec
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-06-20Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2022-03-09[lldb] Don't print *trailing* nuls in char arraysPavel Labath
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-10-14[lldb] Print embedded nuls in char arrays (PR44649)Pavel Labath
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-05-31[lldb] Fix typos. NFC.Bruce Mitchener
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-05-04[lldb] Move and clean-up the Declaration class (NFC)Med Ismail Bennani
2021-04-16Target::ReadMemory read from read-only binary file Section, not memoryJason Molenda
2021-02-24[lldb][NFC] Move trivial ValueObject getters/setters to the headerRaphael Isemann
2021-02-24[lldb][NFC] Rename the second ValueObjectManager to ValueObjectUpdater and re...Raphael Isemann
2021-02-23[lldb][NFC] Remove unused ValueObject::LogValueObject functionsRaphael Isemann
2021-02-23[lldb][NFC] Give CompilerType's IsArrayType/IsVectorType/IsBlockPointerType o...Raphael Isemann
2021-02-23[lldb][NFC] Don't inherit from UserID in ValueObjectRaphael Isemann
2021-02-23[lldb][NFC] Cleanup ValueObject construction codeRaphael Isemann
2021-02-12Make the error condition in Value::ValueType explicit (NFC)Adrian Prantl
2021-01-08Don't take the address of a temporaryAdrian Prantl
2020-11-04[lldb] Delete Value::Vector classPavel Labath
2020-07-27Unify the return value of GetByteSize to an llvm::Optional<uint64_t> (NFC-ish)Adrian Prantl
2020-07-27[lldb] Modernize away some snprintf callsRaphael Isemann
2020-07-25Temporarily Revert "Unify the return value of GetByteSize to an llvm::Optiona...Eric Christopher
2020-07-25Unify the return value of GetByteSize to an llvm::Optional<uint64_t> (NFC-ish)Adrian Prantl
2020-07-10This is a refinement on 96601ec28b7efe5abf3479a1aa91bcedb235bbbd. The intent ...Jim Ingham
2020-07-08[lldb] Modernize/clean up ValueObject::GetChildMemberWithNamePavel Labath
2020-07-08[lldb/Core] Update comment to make it more explicit (NFC)Med Ismail Bennani
2020-07-07[lldb/Core] Fix crash in ValueObject::CreateChildAtIndexMed Ismail Bennani
2020-07-02[lldb] Fix type conversion in the Scalar gettersPavel Labath
2020-06-19As part of using inclusive language with the llvm project,Eric Christopher
2020-05-15[lldb/Dataformatter] Add support to CF{Dictionary,Set}Ref typesMed Ismail Bennani
2020-05-08[lldb] Remove 'use_synthetic' parameters in ValueObject codeRaphael Isemann
2020-05-07[lldb][NFC] Also initialize language_flags in ValueObject::DereferenceRaphael Isemann
2020-03-24Data formatters: fix detection of C stringsJaroslav Sevcik
2020-03-23Internal expressions shouldn't increment the result variable numbering.Jim Ingham
2020-02-18[lldb] Remove DataExtractor::GetPointerPavel Labath
2020-02-12[lldb][NFC] Remove GetConstTypeName and GetConstQualifiedTypeName from Compil...Raphael Isemann
2020-02-11[lldb] Delete the SharingPtr classPavel Labath
2020-02-11[lldb][NFC] Remove several inefficient ConstString -> const char * -> StringR...Raphael Isemann
2020-02-03[lldb] Remove unused parameter from ValueObject::GetExpressionPathAlex Langford
2020-01-30[lldb][NFCI] Rename variable in ValueObjectAlex Langford
2020-01-28[lldb] Remove unused header from ValueObject.cppAlex Langford