summaryrefslogtreecommitdiff
path: root/lldb/source/Core/ValueObjectConstResult.cpp
AgeCommit message (Expand)Author
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2024-06-07[lldb] Split ValueObject::CreateChildAtIndex into two functions (#94455)Pavel Labath
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2024-03-08Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2024-03-07Change the return type of ValueObject::CalculateNumChildren to uint32_t.Adrian Prantl
2023-06-26Don't allow SBValue::Cast to cast from a smaller type to a larger,Jim Ingham
2023-03-10Don't produce a dynamic value if there was an error creating it.Jim Ingham
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-02-12Make the error condition in Value::ValueType explicit (NFC)Adrian Prantl
2020-07-27Unify the return value of GetByteSize to an llvm::Optional<uint64_t> (NFC-ish)Adrian Prantl
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-02-12[lldb][NFC] Remove GetConstTypeName and GetConstQualifiedTypeName from Compil...Raphael Isemann
2020-02-11[lldb] Delete the SharingPtr classPavel Labath
2020-02-04[lldb] Delete commented-out codeAlex Langford
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-08-08Remove unused and undocumented data_offset parameter (NFC)Adrian Prantl
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-15Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-11-05Fix (and improve) the support for C99 variable length array typesAdrian Prantl
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-02-29Add an LLDB data formatter for single-element NSArray and NSDictionary Cocoa ...Enrico Granata
2015-10-21[SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra
2015-10-07Route the preferred-display-language mechanism to the ValueObjectPrinter and ...Enrico Granata
2015-09-24Rename clang_type -> compiler_type for variables.Bruce Mitchener
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-07-16Add a class ValueObjectConstResultCast.Siva Chandra
2015-02-12Make a more complete fix for always supplying an execution context when getti...Greg Clayton
2015-01-28Move several GetByteSize() calls over to the brave new world of taking an Exe...Enrico Granata
2015-01-28Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata
2014-12-08Add the ability for an SBValue to create a persisted version of itself.Enrico Granata
2014-11-06Introduce the notion of "type summary options" as flags that can be passed do...Enrico Granata
2014-10-15Add synthetic children support for NSIndexPathEnrico Granata
2014-05-17Introduce the concept of a "display name" for typesEnrico Granata
2013-07-11Huge change to clean up types.Greg Clayton
2013-03-14<rdar://problem/13421412>Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-12-07More Linux warnings fixes (remove default labels as needed):Daniel Malea
2012-07-07Make const result value objects able to return dynamic types.Greg Clayton