summaryrefslogtreecommitdiff
path: root/lldb/source/Core/ValueObject.cpp
AgeCommit message (Expand)Author
2015-08-10Revert r244308 since it's introducing test regressions on Linux:Oleksiy Vyalov
2015-08-07[LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...Sagar Thakur
2015-07-31Allow ValueObject::Dereference to dereference references.Chaoren Lin
2015-06-08Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath
2015-06-08Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath
2015-06-03Fix a bug where trying to Dump() a ValueObject would use the static/non-synth...Enrico Granata
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-05-28Remove unused #includes of ScriptInterpreterPython.hZachary Turner
2015-05-16Constant result ValueObjects are - well - constantEnrico Granata
2015-05-05[ValueObject::GetPointeeData] Get addr from value for eValueHostAddress values.Siva Chandra
2015-05-04[ValueObject] Do not return address of eValueTypeHostAddress values.Siva Chandra
2015-03-12This fixes the build I previously broke - and actually makes the test case wo...Enrico Granata
2015-02-26Remove duplicated code for synthetic array members.Bruce Mitchener
2015-02-12Make a more complete fix for always supplying an execution context when getti...Greg Clayton
2015-02-11Introduce the notion of "runtime support values"Enrico Granata
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
2015-01-23Fix indentation in ValueObject.cpp (test commit)Tamas Berghammer
2015-01-22Add an API to ValueObject that iterates over the entire parent chain via a ca...Enrico Granata
2015-01-21Allow individual ValueObjects to pick their preferred display languageEnrico Granata
2015-01-08This patch fixes my think-o in ValueObject::UpdateValueIfNeeded() about the r...Enrico Granata
2015-01-08Fix a problem where a ValueObject could fail to update itself, but since it w...Enrico Granata
2014-12-20Cleanup some redundant codeEnrico Granata
2014-12-17Provide CreateValueFromData,Expression at the SBTarget level as well as the S...Enrico Granata
2014-12-10Remove the last vestige of the world before data formatters :-)Enrico Granata
2014-12-09Extend ValueObject::GetExpressionPath() to do something reasonable for synthe...Enrico Granata
2014-12-09Fixed ValueObject::UpdateValueIfNeeded to keepSean Callanan
2014-12-09This patch does a few things:Enrico Granata
2014-12-08Add the ability for an SBValue to create a persisted version of itself.Enrico Granata
2014-11-18Shuffle APIs around a little bit, so that if you pass custom summary options,...Enrico Granata
2014-11-06This is a large, but clearical, commit that enables the C++ formatters to tak...Enrico Granata
2014-11-06Introduce the notion of "type summary options" as flags that can be passed do...Enrico Granata
2014-11-05Add a setting escape-non-printables that drives whether the StringPrinter sho...Enrico Granata
2014-10-30Also port the C string reading code in ValueObject over to using StringPrinte...Enrico Granata
2014-10-21Expose the type-info flags at the public API layer. These flags provide much ...Enrico Granata
2014-10-11Remove default case from a fully covered switch.Eric Christopher
2014-10-09Add an API on ValueObject to retrieve the desired dynamic/synthetic combinati...Enrico Granata
2014-10-08Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata
2014-09-05Start plumbing the type validator logic through to the ValueObjects; allow a ...Enrico Granata
2014-08-26It was pointed out to me that an offset of 0 makes sense for ObjC, but not al...Enrico Granata
2014-08-26Add an API on ValueObject to generate a 'synthetic child' of base class type....Enrico Granata
2014-08-19Add an accessor to ValueObject that determines if the object represents a bas...Enrico Granata
2014-07-19LLDB now correctly handles virtual inheritance.Greg Clayton
2014-05-17Introduce the concept of a "display name" for typesEnrico Granata
2014-04-09<rdar://problem/16477472>Enrico Granata
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2014-03-31<rdar://problem/16424592>Enrico Granata
2014-03-03Fix Windows build using portable types for formatting the log outputsDeepak Panickal
2014-02-28Better error reporting when a variable can't beSean Callanan
2014-02-15<rdar://problem/16006373>Enrico Granata