summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters
Commit message (Expand)AuthorAgeFilesLines
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-15/+15
* Get lldb-server building on android-9Vince Harron2015-05-121-0/+3
* Fix an issue where the UTF dumper was ignoring the direction to generate unca...Enrico Granata2015-05-011-1/+1
* Implement formatter for std::vector<bool, ...> of libstdc++ in Python.Siva Chandra2015-03-171-169/+0
* Remove ScriptInterpreterObject.Zachary Turner2015-03-171-1/+1
* Fix a bug in the data formatters where summary strings would not look into th...Enrico Granata2015-03-121-1/+1
* Fix an issue where values would be printed in one-line mode even if you asked...Enrico Granata2015-03-121-1/+5
* A few improvements to our vector types formatting story:Enrico Granata2015-03-062-16/+37
* Windows botEnrico Granata2015-03-061-0/+1
* Provide synthetic children for some vector typesEnrico Granata2015-03-062-0/+268
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+1
* Remove duplicated code for synthetic array members.Bruce Mitchener2015-02-261-1/+1
* Make a more complete fix for always supplying an execution context when getti...Greg Clayton2015-02-121-1/+1
* Add missing check for LLDB_DISABLE_PYTHON in FormatManagerTamas Berghammer2015-02-111-0/+2
* Added CoreMedia.cpp to CMakeLists.txt for egranata.Chaoren Lin2015-02-111-0/+1
* Fix a couple typos in the previous commitEnrico Granata2015-02-102-1/+2
* Add an LLDB summary for CMTime. Fixes rdar://15370376Enrico Granata2015-02-102-0/+104
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-042-9/+30
* Harden against the process pointer being null - this seems like it shouldn't ...Enrico Granata2015-01-281-0/+2
* Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata2015-01-284-4/+4
* Commit fix for a static analyzer issue where a string pointer could theoretic...Enrico Granata2015-01-171-9/+15
* Change auto to size_t to fix warning.Zachary Turner2015-01-091-1/+1
* Fix trivial signed/unsigned comparison warningsAndy Gibbs2014-12-291-2/+2
* We don't really handle printing embedded NULs in strings, but if we were to, ...Enrico Granata2014-12-181-0/+6
* Improve the performance of the libc++ std::map formatter. This is not the ful...Enrico Granata2014-12-161-87/+57
* Move a bunch of method implementations over to the C++ file; remove the need ...Enrico Granata2014-12-131-0/+103
* SyntheticChildrenFrontEnd::* should also be built when python is disabledKeno Fischer2014-12-131-35/+35
* Remove the last vestige of the world before data formatters :-)Enrico Granata2014-12-102-0/+57
* This patch does a few things:Enrico Granata2014-12-0911-24/+68
* Enable Python summaries to use custom SBTypeSummaryOptions if the user is so ...Enrico Granata2014-11-221-0/+1
* Do some cleanup of DumpValueObjectOptions. The whole concept of raw printing ...Enrico Granata2014-11-211-7/+7
* Add the ability for the NSString and libc++ std::string formatters to retriev...Enrico Granata2014-11-182-5/+14
* Fix a problem where the StringPrinter could be mistaking an empty string for ...Enrico Granata2014-11-171-1/+1
* Move a bunch of summary formatters to oneliner mode. This makes more cases el...Enrico Granata2014-11-111-25/+34
* LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best2014-11-081-0/+3
* This was meant to be count, not m_countEnrico Granata2014-11-071-1/+1
* This is a large, but clearical, commit that enables the C++ formatters to tak...Enrico Granata2014-11-068-53/+56
* Introduce the notion of "type summary options" as flags that can be passed do...Enrico Granata2014-11-061-0/+44
* Add a setting escape-non-printables that drives whether the StringPrinter sho...Enrico Granata2014-11-052-14/+28
* for Siva Chandra: Fix compilation of StringPrinter.cpp with GCC. Differential...Shawn Best2014-11-041-95/+105
* Remove #include <codecvt>. It isn't supported on all compilers.Zachary Turner2014-10-301-1/+0
* Also port the C string reading code in ValueObject over to using StringPrinte...Enrico Granata2014-10-301-7/+18
* Fix CMake build, adding StringPrinter.cpp from r220894Ed Maste2014-10-301-0/+1
* Start adopting the StringPrinter API. The StringPrinter API is the new blesse...Enrico Granata2014-10-302-377/+686
* Fix the NSPathStore2 data formatter to actually handle the explicit length st...Enrico Granata2014-10-291-1/+26
* Shuffle a couple of formatters around. This should fix the bug that never die...Enrico Granata2014-10-291-12/+10
* More cleanup of the CXXFormatterFunctions headerEnrico Granata2014-10-222-0/+293
* Fix CMake build broken after r220421.Zachary Turner2014-10-221-0/+2
* Reorganize some of the data formatters code to simplify CXXFormattersFunction...Enrico Granata2014-10-227-103/+420
* Expose the type-info flags at the public API layer. These flags provide much ...Enrico Granata2014-10-214-9/+9
OpenPOWER on IntegriCloud