summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
AgeCommit message (Expand)Author
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere
2023-11-27[lldb] Improve error message for script commands when there's no interpreter ...David Spickett
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-07-02[lldb] Replace default bodies of special member functions with = default;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-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna
2019-04-26[ScriptInterpreter] Pass the debugger instead of the command interpreterJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-12Get rid of the C-string parameter in DoExecuteRaphael Isemann
2017-03-21Move StringList from Core -> Utility.Zachary Turner
2017-02-06Switch std::call_once to llvm::call_onceKamil Rytarowski
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-07-30Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner