summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/StringPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-4/+4
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-1/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-14/+12
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-1/+1
* Move UTF functions into namespace llvm.Justin Lebar2016-09-301-25/+28
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-534/+528
* 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