summaryrefslogtreecommitdiff
path: root/lldb/source/DataFormatters/StringPrinter.cpp
AgeCommit message (Expand)Author
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2023-11-03[lldb][NFC] Use UNUSED_IF_ASSERT_DISABLED instead of (void) castDavid Spickett
2023-03-30[lldb] Replace sprintf with snprintf (NFC)Dave Lee
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
2021-11-18[lldb] (Partially) enable formatting of utf strings before the program is sta...Pavel Labath
2021-08-04[nfc] [lldb] Prevent needless copies of DataExtractorJan Kratochvil
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-06-03[lldb/StringPrinter] Support strings with invalid utf8 sub-sequencesVedant Kumar
2020-06-03[lldb/StringPrinter] Convert DecodedCharBuffer to a class, NFCVedant Kumar
2020-05-04[lldb/DataFormatters] Delete GetStringPrinterEscapingHelperVedant Kumar
2020-03-19Reland [lldb] Fix string summary of an empty NSPathStore2Raphael Isemann
2020-03-19Revert "[lldb] Fix string summary of an empty NSPathStore2"Raphael Isemann
2020-03-19[lldb] Fix string summary of an empty NSPathStore2Raphael Isemann
2020-02-12[lldb/StringPrinter] Avoid reading garbage in uninitialized stringsVedant Kumar
2020-02-03[lldb/StringPrinter] Simplify StringPrinterBufferPointer, NFCVedant Kumar
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-10-05Make lldb -Werror clean on Windows.Zachary Turner
2016-09-30Move UTF functions into namespace llvm.Justin Lebar
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-01-13Fix some compiler warnings with MSVC 2015.Zachary Turner
2015-11-04Fix an issue where LLDB would truncate summaries for string types without pro...Enrico Granata
2015-10-20Rationalization of includes in the data formatters codeEnrico Granata
2015-10-18Silence -Wreturn-type with gcc 5.2Saleem Abdulrasool
2015-10-18Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool
2015-10-07Enable the StringPrinter to have prefixes that are strings instead of just a ...Enrico Granata
2015-09-09Introduce the notion of an escape helper. Different languages have different ...Enrico Granata
2015-09-09Preparatory work for letting language plugins help the StringPrinter with for...Enrico Granata
2015-07-17Teach the std::wstring data formatter how to properly display strings with em...Enrico Granata
2015-07-17Add StringPrinter support for printing a std::string with embedded NUL bytesEnrico Granata
2015-05-13Fixed a ton of gcc compile warningsVince Harron
2015-05-01Fix an issue where the UTF dumper was ignoring the direction to generate unca...Enrico Granata
2014-12-29Fix trivial signed/unsigned comparison warningsAndy Gibbs
2014-12-18We don't really handle printing embedded NULs in strings, but if we were to, ...Enrico Granata
2014-11-18Add the ability for the NSString and libc++ std::string formatters to retriev...Enrico Granata
2014-11-17Fix a problem where the StringPrinter could be mistaking an empty string for ...Enrico Granata
2014-11-05Add a setting escape-non-printables that drives whether the StringPrinter sho...Enrico Granata
2014-11-04for Siva Chandra: Fix compilation of StringPrinter.cpp with GCC. Differential...Shawn Best
2014-10-30Remove #include <codecvt>. It isn't supported on all compilers.Zachary Turner
2014-10-30Start adopting the StringPrinter API. The StringPrinter API is the new blesse...Enrico Granata