summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectDynamicValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove comments after header includes.Jonas Devlieghere2018-11-111-6/+6
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-051-1/+2
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-25/+20
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-3/+1
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-16/+13
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-371/+309
* Make IsSyntheticChildrenGenerated() virtual so that dynamic and synthetic val...Enrico Granata2016-07-081-0/+16
* Revert r268591Enrico Granata2016-05-051-37/+11
* Allow LanguageRuntimes to return an error if they fail in the course of dynam...Enrico Granata2016-05-051-11/+37
* Add a way for source languages to "mark" ValueObjects with language-specific ...Enrico Granata2015-11-091-0/+17
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-211-3/+6
* Fix a problem where LLDB could sometimes try to get the size of an Objective-...Enrico Granata2015-10-141-1/+4
* Route the preferred-display-language mechanism to the ValueObjectPrinter and ...Enrico Granata2015-10-071-0/+21
* On second thought, amend the previous patch to pass itself the ValueObject& f...Enrico Granata2015-09-221-2/+2
* Move the logic to post-process dynamic types for ValueObject purposes from th...Enrico Granata2015-09-221-44/+14
* Make LanguageRuntime::GetDynamicTypeAndAddress return a ValueTypeEnrico Granata2015-09-171-6/+5
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-1/+1
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-9/+9
* [ValueObjectSynthetic and ValueObjectDynamicValue] Override GetDeclarationSiva Chandra2015-08-181-0/+9
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-8/+8
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-1/+1
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-1/+1
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-1/+1
* Move several GetByteSize() calls over to the brave new world of taking an Exe...Enrico Granata2015-01-281-1/+1
* In ValueObjectDynamicValue, trust what comes fromSean Callanan2014-10-311-10/+1
* Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata2014-10-081-1/+1
* Fix a problem where LLDB was constructing a TypeImpl marking the dynamic type...Enrico Granata2014-10-061-1/+1
* Introduce the concept of a "display name" for typesEnrico Granata2014-05-171-4/+14
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-24/+22
* Further fixes to the dynamic type system prompted by ObjCDataFormatterTestCas...Enrico Granata2013-10-311-4/+6
* Fixing an issue in yesterday's dynamic type changes where we would not craft ...Enrico Granata2013-10-291-6/+23
* <rdar://problem/15144376>Enrico Granata2013-10-291-33/+66
* Huge change to clean up types.Greg Clayton2013-07-111-26/+14
* Added a SetData() method to ValueObject. ThisSean Callanan2013-04-131-0/+39
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* <rdar://problem/13421412>Greg Clayton2013-03-141-1/+1
* <rdar://problem/12978143>Enrico Granata2013-01-281-1/+0
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* <rdar://problem/12711206>Enrico Granata2013-01-231-30/+64
* Fixing a silly typo in the previous patchEnrico Granata2012-11-271-1/+2
* <rdar://problem/12754509>Enrico Granata2012-11-271-2/+3
* Moving ValueObjectCast over to its own .h/.cpp files instead of sharing Value...Enrico Granata2012-10-271-104/+1
* <rdar://problem/12437442>Enrico Granata2012-10-221-12/+13
* Improvements to the data formatters logging - plus, new log messages when our...Enrico Granata2012-10-171-0/+13
* <rdar://problem/12503640> Fixing an issue where the dynamic type of an Object...Enrico Granata2012-10-171-0/+2
* <rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method...Enrico Granata2012-05-081-0/+36
OpenPOWER on IntegriCloud