summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectConstResultImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-10/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Remove comments after header includes.Jonas Devlieghere2018-11-111-7/+7
* [ValueObject] Stop assuming types are non-zero sized.Davide Italiano2018-10-231-1/+7
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-15/+16
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-161/+129
* Add an LLDB data formatter for single-element NSArray and NSDictionary Cocoa ...Enrico Granata2016-02-291-2/+8
* Add a way for source languages to "mark" ValueObjects with language-specific ...Enrico Granata2015-11-091-2/+5
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-1/+1
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-18/+18
* Rename GetChildClangTypeAtIndex to GetChildCompilerTypeAtIndexBruce Mitchener2015-09-211-16/+16
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-2/+2
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-6/+6
* Set the live address on child const results in a way that is more maintainabl...Enrico Granata2015-07-221-3/+2
* Add a class ValueObjectConstResultCast.Siva Chandra2015-07-161-1/+13
* Some more cleanup of the ValueObjectConstResultImpl code. NFC.Enrico Granata2014-12-121-17/+0
* The so-called "trivial implementation" has been with us for a few years now. ...Enrico Granata2014-12-121-34/+0
* Do attempt to ask the impl_backend for the live address of a const result if ...Enrico Granata2014-12-121-1/+1
* Do not set the live address of a const result child if its parent has an inva...Enrico Granata2014-12-121-1/+2
* LLDB now correctly handles virtual inheritance.Greg Clayton2014-07-191-2/+2
* Fix typos.Bruce Mitchener2014-07-011-1/+1
* Huge change to clean up types.Greg Clayton2013-07-111-23/+17
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* This checking is part one of trying to add some threading safety to ourGreg Clayton2012-02-171-12/+12
* Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham2011-12-171-1/+1
* http://llvm.org/bugs/show_bug.cgi?id=11588Johnny Chen2011-12-161-1/+22
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-0/+221
OpenPOWER on IntegriCloud