summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/ObjC/CF.cpp
AgeCommit message (Expand)Author
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2023-05-30[lldb][NFCI] Refactor Language::GetFormatterPrefixSuffixAlex Langford
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
2022-02-16[LLDB] Replace use of double underscore in identifiersShafik Yaghmour
2020-07-01[lldb] Fix NSDate test after Scalar changeRaphael 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-07-15[LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford
2019-06-10[Target] Remove Process::GetObjCLanguageRuntimeAlex Langford
2019-06-08[LanguageRuntime] Introduce LLVM-style castsAlex Langford
2019-04-26Allow direct comparison of ConstString against StringRefRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
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-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-04-08Remove what I believe are the last known instances of formatters that run codeEnrico Granata
2015-10-28Change Target::EvaluateExpression to take an ExecutionContextScope * rather t...Jim Ingham
2015-10-07This is the work I was building up to with my patches yesterdayEnrico Granata
2015-09-14Move Objective-C data formatters to the Objective-C language plugin where the...Enrico Granata