summaryrefslogtreecommitdiff
path: root/lldb/source/Core/ValueObjectChild.cpp
AgeCommit message (Expand)Author
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
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
2022-12-17[lldb] llvm::Optional::value => operator*/operator->Fangrui Song
2022-07-15Use value instead of getValue (NFC)Kazu Hirata
2022-06-26[lld] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-02-12Make the error condition in Value::ValueType explicit (NFC)Adrian Prantl
2020-11-05[lldb][NFC] Fix compiler warnings after removal of eValueTypeVectorRaphael Isemann
2020-10-26[lldb] Fix bitfield "frame var" for pointers (pr47743)Pavel Labath
2020-10-08[lldb] Fix "frame var" for large bitfieldsPavel Labath
2020-08-13[LLDB] Fix how ValueObjectChild handles bit-fields stored in a Scalar in Upda...shafik
2020-07-27[lldb] Modernize away some snprintf callsRaphael Isemann
2020-02-12[lldb][NFC] Remove GetConstTypeName and GetConstQualifiedTypeName from Compil...Raphael Isemann
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-08-07Adjust a ValueObjectChild's offset when the child is a bitfieldAdrian 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
2018-12-19Simplify code for readability. (NFC)Adrian Prantl
2018-12-15Simplify Boolean expressionsJonas Devlieghere
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
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-11-09More rework of the updating logic for ValueObjectChild. Still just refactorin...Enrico Granata
2015-11-09Rework the way in which ValueObjectChild decides how to update itself; this i...Enrico Granata
2015-11-09Add a way for source languages to "mark" ValueObjects with language-specific ...Enrico Granata
2015-10-21[SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra
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-28Second attempt at the fix for the recursion in ValueObjectChild::CanUpdateWit...Enrico Granata
2015-07-24Revert "Fix an issue where LLDB would run out of stack space ..."Pavel Labath
2015-07-24Fix an issue where LLDB would run out of stack space trying to decide if a de...Enrico Granata
2015-05-19A previous patch made it so that ValueObjects could update themselves even in...Enrico Granata
2014-10-21Expose the type-info flags at the public API layer. These flags provide much ...Enrico Granata
2014-05-17Introduce the concept of a "display name" for typesEnrico Granata
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2014-01-23Don't copy entire value into m_data unless we need to. If we did this and the...Greg Clayton
2013-07-11Huge change to clean up types.Greg Clayton