summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/None
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-08-17[lldb] Get rid of helper CMake variables for PythonJonas 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-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-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-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
2017-01-31[CMake] [4/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-19Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-08-05Bug 24332 - Fix the build of lldb under GNU/Linux when using autotoolsSylvestre Ledru
2015-07-30Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner