aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/DataFormatters/StringPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-534/+528
2016-01-13Fix some compiler warnings with MSVC 2015.Zachary Turner1-1/+1
2015-11-04Fix an issue where LLDB would truncate summaries for string types without pro...Enrico Granata1-4/+28
2015-10-20Rationalization of includes in the data formatters codeEnrico Granata1-1/+0
2015-10-18Silence -Wreturn-type with gcc 5.2Saleem Abdulrasool1-0/+1
2015-10-18Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool1-2/+2
2015-10-07Enable the StringPrinter to have prefixes that are strings instead of just a ...Enrico Granata1-5/+12
2015-09-09Introduce the notion of an escape helper. Different languages have different ...Enrico Granata1-26/+62
2015-09-09Preparatory work for letting language plugins help the StringPrinter with for...Enrico Granata1-97/+14
2015-07-17Teach the std::wstring data formatter how to properly display strings with em...Enrico Granata1-0/+2
2015-07-17Add StringPrinter support for printing a std::string with embedded NUL bytesEnrico Granata1-36/+55
2015-05-13Fixed a ton of gcc compile warningsVince Harron1-15/+15
2015-05-01Fix an issue where the UTF dumper was ignoring the direction to generate unca...Enrico Granata1-1/+1
2014-12-29Fix trivial signed/unsigned comparison warningsAndy Gibbs1-2/+2
2014-12-18We don't really handle printing embedded NULs in strings, but if we were to, ...Enrico Granata1-0/+6
2014-11-18Add the ability for the NSString and libc++ std::string formatters to retriev...Enrico Granata1-1/+3
2014-11-17Fix a problem where the StringPrinter could be mistaking an empty string for ...Enrico Granata1-1/+1
2014-11-05Add a setting escape-non-printables that drives whether the StringPrinter sho...Enrico Granata1-0/+15
2014-11-04for Siva Chandra: Fix compilation of StringPrinter.cpp with GCC. Differential...Shawn Best1-95/+105
2014-10-30Remove #include <codecvt>. It isn't supported on all compilers.Zachary Turner1-1/+0
2014-10-30Start adopting the StringPrinter API. The StringPrinter API is the new blesse...Enrico Granata1-0/+618