Home
last modified time | relevance | path

Searched refs:CreatePluginObject (Results 1 – 19 of 19) sorted by relevance

/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DOperatingSystemPythonInterface.cpp36 OperatingSystemPythonInterface::CreatePluginObject( in CreatePluginObject()
39 return ScriptedPythonInterface::CreatePluginObject(class_name, nullptr,
33 OperatingSystemPythonInterface::CreatePluginObject( CreatePluginObject() function in OperatingSystemPythonInterface
H A DScriptedPlatformPythonInterface.cpp37 ScriptedPlatformPythonInterface::CreatePluginObject( in CreatePluginObject()
43 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
35 ScriptedPlatformPythonInterface::CreatePluginObject( CreatePluginObject() function in ScriptedPlatformPythonInterface
H A DScriptedThreadPlanPythonInterface.cpp34 ScriptedThreadPlanPythonInterface::CreatePluginObject( in CreatePluginObject()
37 return ScriptedPythonInterface::CreatePluginObject(class_name, nullptr,
31 ScriptedThreadPlanPythonInterface::CreatePluginObject( CreatePluginObject() function in ScriptedThreadPlanPythonInterface
H A DScriptedThreadPythonInterface.cpp34 ScriptedThreadPythonInterface::CreatePluginObject( in CreatePluginObject() function in ScriptedThreadPythonInterface
40 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
H A DScriptedProcessPythonInterface.cpp42 ScriptedProcessPythonInterface::CreatePluginObject( in CreatePluginObject()
48 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in GetCapabilities()
37 ScriptedProcessPythonInterface::CreatePluginObject( CreatePluginObject() function in ScriptedProcessPythonInterface
H A DScriptedThreadPlanPythonInterface.h29 CreatePluginObject(const llvm::StringRef class_name,
H A DScriptedPlatformPythonInterface.h27 CreatePluginObject(const llvm::StringRef class_name,
H A DOperatingSystemPythonInterface.h30 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
H A DScriptedThreadPythonInterface.h27 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
H A DScriptedProcessPythonInterface.h29 CreatePluginObject(const llvm::StringRef class_name,
H A DScriptedPythonInterface.h117 CreatePluginObject(llvm::StringRef class_name, in CreatePluginObject()
76 CreatePluginObject(llvm::StringRef class_name, CreatePluginObject() function
/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadPlanInterface.h20 CreatePluginObject(llvm::StringRef class_name,
H A DScriptedPlatformInterface.h23 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
H A DScriptedThreadInterface.h24 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
H A DScriptedProcessInterface.h25 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp
/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp119 auto obj_or_err = operating_system_interface->CreatePluginObject( in OperatingSystemPython()
/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp59 auto obj_or_err = scripted_thread_interface->CreatePluginObject( in Create()
H A DScriptedProcess.cpp111 auto obj_or_err = GetInterface().CreatePluginObject( in ScriptedProcess()