summaryrefslogtreecommitdiff
path: root/lldb/source/DataFormatters/ValueObjectPrinter.cpp
AgeCommit message (Expand)Author
2015-11-03All instance variables start with "m_". Fix "options" to be "m_options".Greg Clayton
2015-10-19Let Language plugins vend a default DeclPrintingHelper in case a custom one i...Enrico Granata
2015-10-17Teach an old pony a few new tricks.Enrico Granata
2015-10-07Route the preferred-display-language mechanism to the ValueObjectPrinter and ...Enrico Granata
2015-09-17DataFormatters: Rename clang_type to compiler_type.Bruce Mitchener
2015-09-09Fix some compiler warnings.Zachary Turner
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-07-27Add a more tweakable way for ValueObjectPrinter to control pointer expansion....Enrico Granata
2015-07-24Add option eTypeOptionHideEmptyAggregates.Siva Chandra
2015-06-17Revert r239873 - I actually want to think some more about thisEnrico Granata
2015-06-17Fix an issue where the oneliner printing of variables would ignore custom for...Enrico Granata
2015-06-03Fix a bug where trying to Dump() a ValueObject would use the static/non-synth...Enrico Granata
2015-03-12Fix an issue where values would be printed in one-line mode even if you asked...Enrico Granata
2014-11-21Do some cleanup of DumpValueObjectOptions. The whole concept of raw printing ...Enrico Granata
2014-10-21Expose the type-info flags at the public API layer. These flags provide much ...Enrico Granata
2014-10-09If a ValueObject has a child that vends synthetic children, but only does so ...Enrico Granata
2014-10-08Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata
2014-09-06Add a -V <bool> flag to frame variable/expression that enables execution of t...Enrico Granata
2014-05-17Introduce the concept of a "display name" for typesEnrico Granata
2014-04-23Allow summary formatters to take ValueObjects into account when deciding whet...Enrico Granata
2014-02-15<rdar://problem/16006373>Enrico Granata
2014-01-27<rdar://problem/15776874>Enrico Granata
2014-01-23If a user specifies a format option to frame variable or expression, that for...Enrico Granata
2013-10-31Further fixes to the dynamic type system prompted by ObjCDataFormatterTestCas...Enrico Granata
2013-10-22Improvements to the ValueObjectPrinter to behave correctly in more dynamic va...Enrico Granata
2013-10-07--raw was not always doing the right thing w.r.t. one-lining children. This c...Enrico Granata
2013-10-05Cleaner way to work around the lack of delegating constructors on some versio...Enrico Granata
2013-10-04<rdar://problem/12042982>Enrico Granata
2013-10-03A more thorough fix for the newlines issueEnrico Granata
2013-10-03<rdar://problem/15118409>Enrico Granata
2013-09-30Fix build with GCC 4.6.2 (non-c++11 compilant compiler)Daniel Malea
2013-09-30<rdar://problem/14393032>Enrico Granata