summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/ObjC/NSString.cpp
AgeCommit message (Expand)Author
2025-04-16[lldb] Add summary for NSIndirectTaggedPointerString (#136025)Dave Lee
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2023-05-30[lldb][NFCI] Refactor Language::GetFormatterPrefixSuffixAlex Langford
2022-01-09[lldb] Remove ProcessStructReader from NSStringSummaryProvider (NFC)Dave Lee
2021-11-18[lldb] (Partially) enable formatting of utf strings before the program is sta...Pavel Labath
2020-12-04[lldb][NFC] Rename TypeSystemClang::GetScratch to ScratchTypeSystemClang::Get...Raphael Isemann
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-01-31[lldb] Move clang-based files out of SymbolAlex Langford
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann
2019-12-12[Target] Remove Target::GetScratchClangASTContextAlex Langford
2019-09-24[lldb][NFC] Use llvm::StringRef in formatters::NSStringSummaryProviderRaphael Isemann
2019-06-10[Target] Remove Process::GetObjCLanguageRuntimeAlex Langford
2019-06-08[LanguageRuntime] Introduce LLVM-style castsAlex Langford
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-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-10-20This debugging message has been left in the code for years, until one day it ...Enrico Granata
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-10-07This is the work I was building up to with my patches yesterdayEnrico Granata
2015-10-07Enable the StringPrinter to have prefixes that are strings instead of just a ...Enrico Granata
2015-10-02Add hooks that enable NSSet, NSDictionary and NSString formatting to apply to...Enrico Granata