summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/StringPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Teach the std::wstring data formatter how to properly display strings with em...Enrico Granata2015-07-171-0/+2
* Add StringPrinter support for printing a std::string with embedded NUL bytesEnrico Granata2015-07-171-36/+55
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-15/+15
* Fix an issue where the UTF dumper was ignoring the direction to generate unca...Enrico Granata2015-05-011-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
* Add the ability for the NSString and libc++ std::string formatters to retriev...Enrico Granata2014-11-181-1/+3
* Fix a problem where the StringPrinter could be mistaking an empty string for ...Enrico Granata2014-11-171-1/+1
* Add a setting escape-non-printables that drives whether the StringPrinter sho...Enrico Granata2014-11-051-0/+15
* 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
* Start adopting the StringPrinter API. The StringPrinter API is the new blesse...Enrico Granata2014-10-301-0/+618
OpenPOWER on IntegriCloud