summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/ObjCPlusPlus
AgeCommit message (Expand)Author
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2024-11-12[lldb] Support true/false in ValueObject::SetValueFromCString (#115780)Jonas Devlieghere
2023-10-09[lldb] add stop-at-user-entry option to process launch (#67019)José Lira Junior
2023-06-05Replace deprecated startswith_insensitive with starts_with_insensitiveFangrui Song
2023-05-22[lldb][NFCI] Change return type of Language::GetInstanceVariableNameAlex Langford
2023-03-21[lldb] Refactor deduction of the instance variable's name (NFC)Dave Lee
2021-10-27Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFi...Pavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2020-11-12[lldb/DataFormatters] Display null C++ pointers as nullptrJonas Devlieghere
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-08-02[LLDB] Added syntax highlighting supportRaphael Isemann
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-31[CMake] [2/4] Update a batch of pluginsChris Bieneman
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-01-28Remove autoconf support from source directories.Eugene Zelenko
2015-10-20Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko
2015-09-05Fix Makefile buildKeno Fischer
2015-09-03[cmake] Remove LLVM_NO_RTTI.Bruce Mitchener
2015-08-27Add a new type of plugin: Language pluginEnrico Granata