summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/StringPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some compiler warnings with MSVC 2015.Zachary Turner2016-01-131-1/+1
* Fix an issue where LLDB would truncate summaries for string types without pro...Enrico Granata2015-11-041-4/+28
* Rationalization of includes in the data formatters codeEnrico Granata2015-10-201-1/+0
* Silence -Wreturn-type with gcc 5.2Saleem Abdulrasool2015-10-181-0/+1
* Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool2015-10-181-2/+2
* Enable the StringPrinter to have prefixes that are strings instead of just a ...Enrico Granata2015-10-071-5/+12
* Introduce the notion of an escape helper. Different languages have different ...Enrico Granata2015-09-091-26/+62
* Preparatory work for letting language plugins help the StringPrinter with for...Enrico Granata2015-09-091-97/+14
* 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