summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/ValueObjectPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove TypeValidators (NFC in terms of the testsuite)Adrian Prantl2019-12-111-38/+0
* [NFC] Simplify codeJonas Devlieghere2019-08-211-17/+13
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-3/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-6/+6
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-28/+24
* Don't add a newline if the object description already has one.Jim Ingham2017-03-311-1/+6
* Remove some dead code from DumpValueObjectOptions::PointerDepthTamas Berghammer2017-03-181-24/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-7/+6
* Simplify the PrintableRepresentationSpecialCases code; we never used the ePri...Enrico Granata2016-11-071-1/+1
* Preliminary plumbing work to make 'parray' able to take offset and stride opt...Enrico Granata2016-11-041-10/+19
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-882/+755
* Add a --element-count option to the expression commandEnrico Granata2016-04-251-11/+39
* Fix a bug where one-lining display of child values would ignore the user's ch...Enrico Granata2015-12-011-1/+1
* Introduce a way for Languages to specify whether values of "reference types" ...Enrico Granata2015-11-101-7/+22
* Upstream changes to the ValueObjectPrinter; nfcEnrico Granata2015-11-101-24/+119
* All instance variables start with "m_". Fix "options" to be "m_options".Greg Clayton2015-11-031-56/+56
* Let Language plugins vend a default DeclPrintingHelper in case a custom one i...Enrico Granata2015-10-191-11/+16
* Teach an old pony a few new tricks.Enrico Granata2015-10-171-25/+81
* Route the preferred-display-language mechanism to the ValueObjectPrinter and ...Enrico Granata2015-10-071-2/+3
* DataFormatters: Rename clang_type to compiler_type.Bruce Mitchener2015-09-171-2/+2
* Fix some compiler warnings.Zachary Turner2015-09-091-0/+2
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-1/+1
* Add a more tweakable way for ValueObjectPrinter to control pointer expansion....Enrico Granata2015-07-271-15/+56
* Add option eTypeOptionHideEmptyAggregates.Siva Chandra2015-07-241-1/+12
* Revert r239873 - I actually want to think some more about thisEnrico Granata2015-06-171-16/+2
* Fix an issue where the oneliner printing of variables would ignore custom for...Enrico Granata2015-06-171-2/+16
* Fix a bug where trying to Dump() a ValueObject would use the static/non-synth...Enrico Granata2015-06-031-0/+22
* Fix an issue where values would be printed in one-line mode even if you asked...Enrico Granata2015-03-121-1/+5
* Do some cleanup of DumpValueObjectOptions. The whole concept of raw printing ...Enrico Granata2014-11-211-7/+7
* Expose the type-info flags at the public API layer. These flags provide much ...Enrico Granata2014-10-211-4/+4
* If a ValueObject has a child that vends synthetic children, but only does so ...Enrico Granata2014-10-091-3/+2
* Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata2014-10-081-6/+30
* Add a -V <bool> flag to frame variable/expression that enables execution of t...Enrico Granata2014-09-061-0/+45
* Introduce the concept of a "display name" for typesEnrico Granata2014-05-171-1/+5
* Allow summary formatters to take ValueObjects into account when deciding whet...Enrico Granata2014-04-231-2/+2
* <rdar://problem/16006373>Enrico Granata2014-02-151-9/+9
* <rdar://problem/15776874>Enrico Granata2014-01-271-3/+2
* If a user specifies a format option to frame variable or expression, that for...Enrico Granata2014-01-231-9/+9
* Further fixes to the dynamic type system prompted by ObjCDataFormatterTestCas...Enrico Granata2013-10-311-2/+1
* Improvements to the ValueObjectPrinter to behave correctly in more dynamic va...Enrico Granata2013-10-221-8/+29
* --raw was not always doing the right thing w.r.t. one-lining children. This c...Enrico Granata2013-10-071-1/+1
* Cleaner way to work around the lack of delegating constructors on some versio...Enrico Granata2013-10-051-35/+32
* <rdar://problem/12042982>Enrico Granata2013-10-041-1/+61
* A more thorough fix for the newlines issueEnrico Granata2013-10-031-0/+2
* <rdar://problem/15118409>Enrico Granata2013-10-031-2/+2
* Fix build with GCC 4.6.2 (non-c++11 compilant compiler)Daniel Malea2013-09-301-5/+16
* <rdar://problem/14393032>Enrico Granata2013-09-301-0/+533
OpenPOWER on IntegriCloud