summaryrefslogtreecommitdiff
path: root/include/lldb/DataFormatters/ValueObjectPrinter.h
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-08-29Removed commented out includes [NFC]Raphael Isemann
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-04-25Add a --element-count option to the expression commandEnrico Granata
2015-11-10Introduce a way for Languages to specify whether values of "reference types" ...Enrico Granata
2015-11-10Upstream changes to the ValueObjectPrinter; nfcEnrico Granata
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-08-11ClangASTType is now CompilerType.Greg Clayton
2015-07-27Fix Windows buildbot failure after rev 243301Ying Chen
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
2014-11-21Do some cleanup of DumpValueObjectOptions. The whole concept of raw printing ...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-03-12Fix friendship declaration to match actual class declaration.Arnaud A. de Grandmaison
2013-12-21The one-line printing facility is used by StringSummaryFormat, but that's no ...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-09-30<rdar://problem/14393032>Enrico Granata