Home
last modified time | relevance | path

Searched refs:ScriptInterpreterNone (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp23 LLDB_PLUGIN_DEFINE(ScriptInterpreterNone) in LLDB_PLUGIN_DEFINE() argument
25 ScriptInterpreterNone::ScriptInterpreterNone(Debugger &debugger) in LLDB_PLUGIN_DEFINE()
28 ScriptInterpreterNone::~ScriptInterpreterNone() = default;
30 bool ScriptInterpreterNone::ExecuteOneLine(llvm::StringRef command, in ExecuteOneLine()
38 void ScriptInterpreterNone::ExecuteInterpreterLoop() { in ExecuteInterpreterLoop()
43 void ScriptInterpreterNone::Initialize() { in Initialize()
53 void ScriptInterpreterNone::Terminate() {} in Terminate()
56 ScriptInterpreterNone::CreateInstance(Debugger &debugger) { in CreateInstance()
57 return std::make_shared<ScriptInterpreterNone>(debugger); in CreateInstance()
60 llvm::StringRef ScriptInterpreterNone::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
H A DScriptInterpreterNone.h16 class ScriptInterpreterNone : public ScriptInterpreter {
18 ScriptInterpreterNone(Debugger &debugger);
20 ~ScriptInterpreterNone() override;
H A DCMakeLists.txt2 ScriptInterpreterNone.cpp
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A DSystemInitializerTest.cpp45 LLDB_PLUGIN_INITIALIZE(ScriptInterpreterNone); in Initialize()
69 LLDB_PLUGIN_INITIALIZE(ScriptInterpreterNone); in Terminate()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ScriptInterpreter/None/
H A DBUILD.gn8 sources = [ "ScriptInterpreterNone.cpp" ]
/openbsd-src/gnu/usr.bin/clang/liblldbPluginScriptInterpreter/
H A DMakefile9 SRCS= ScriptInterpreterNone.cpp
/openbsd-src/gnu/usr.bin/clang/include/lldb/Plugins/
H A DPlugins.def87 LLDB_SCRIPT_PLUGIN(ScriptInterpreterNone)
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/
H A DBUILD.gn220 enum_plugins += "LLDB_SCRIPT_PLUGIN(ScriptInterpreterNone)"
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4498 lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
4499 lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.h