summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/ValueObjectPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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