summaryrefslogtreecommitdiff
path: root/lldb/source/Core/ValueObjectConstResultImpl.cpp
AgeCommit message (Expand)Author
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-06-07[lldb] Split ValueObject::CreateChildAtIndex into two functions (#94455)Pavel Labath
2024-05-22Change GetChildCompilerTypeAtIndex to return Expected (NFC) (#92979)Adrian Prantl
2022-12-09Fix GetAddressOf for children of pointer ValueObjectConstResult* variables.Jim Ingham
2021-11-18Remove unused variable.Jim Ingham
2021-02-12Make the error condition in Value::ValueType explicit (NFC)Adrian Prantl
2020-02-11[lldb] Delete the SharingPtr classPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-10-23[ValueObject] Stop assuming types are non-zero sized.Davide Italiano
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-11-09Add a way for source languages to "mark" ValueObjects with language-specific ...Enrico Granata
2015-11-07Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener
2015-09-24Rename clang_type -> compiler_type for variables.Bruce Mitchener
2015-09-21Rename GetChildClangTypeAtIndex to GetChildCompilerTypeAtIndexBruce 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-22Set the live address on child const results in a way that is more maintainabl...Enrico Granata
2015-07-16Add a class ValueObjectConstResultCast.Siva Chandra
2014-12-12Some more cleanup of the ValueObjectConstResultImpl code. NFC.Enrico Granata
2014-12-12The so-called "trivial implementation" has been with us for a few years now. ...Enrico Granata
2014-12-12Do attempt to ask the impl_backend for the live address of a const result if ...Enrico Granata
2014-12-12Do not set the live address of a const result child if its parent has an inva...Enrico Granata
2014-07-19LLDB now correctly handles virtual inheritance.Greg Clayton
2014-07-01Fix typos.Bruce Mitchener
2013-07-11Huge change to clean up types.Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-02-17This checking is part one of trying to add some threading safety to ourGreg Clayton
2011-12-17Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham
2011-12-16http://llvm.org/bugs/show_bug.cgi?id=11588Johnny Chen
2011-09-06Redesign of the interaction between Python and frozen objects:Enrico Granata