Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp22 LLDB_PLUGIN_DEFINE(ScriptInterpreterNone) in LLDB_PLUGIN_DEFINE() argument
24 ScriptInterpreterNone::ScriptInterpreterNone(Debugger &debugger) in LLDB_PLUGIN_DEFINE()
27 ScriptInterpreterNone::~ScriptInterpreterNone() = default;
33 bool ScriptInterpreterNone::ExecuteOneLine(llvm::StringRef command, in ExecuteOneLine()
40 void ScriptInterpreterNone::ExecuteInterpreterLoop() { in ExecuteInterpreterLoop()
44 void ScriptInterpreterNone::Initialize() { in Initialize()
54 void ScriptInterpreterNone::Terminate() {} in Terminate()
57 ScriptInterpreterNone::CreateInstance(Debugger &debugger) { in CreateInstance()
58 return std::make_shared<ScriptInterpreterNone>(debugger); in CreateInstance()
61 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
/llvm-project/lldb/tools/lldb-test/
H A DSystemInitializerTest.cpp45 LLDB_PLUGIN_INITIALIZE(ScriptInterpreterNone); in Initialize()
69 LLDB_PLUGIN_INITIALIZE(ScriptInterpreterNone); in Terminate()
/llvm-project/llvm/utils/gn/secondary/lldb/source/Plugins/ScriptInterpreter/None/
H A DBUILD.gn8 sources = [ "ScriptInterpreterNone.cpp" ]
/llvm-project/utils/bazel/llvm-project-overlay/lldb/source/Plugins/
H A Dplugin_config.bzl96 "ScriptInterpreterNone",
/llvm-project/lldb/unittests/ValueObject/
H A DDumpValueObjectOptionsTests.cpp10 #include "Plugins/ScriptInterpreter/None/ScriptInterpreterNone.h"
122 ScriptInterpreterNone>
/llvm-project/llvm/utils/gn/secondary/lldb/source/Plugins/
H A DBUILD.gn226 enum_plugins += "LLDB_SCRIPT_PLUGIN(ScriptInterpreterNone)"