summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.h
AgeCommit message (Expand)Author
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
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
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
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-10-19Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-07-30Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner