Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedStopHookPythonInterface.cpp35 ScriptedStopHookPythonInterface::CreatePluginObject(llvm::StringRef class_name, in CreatePluginObject() function in ScriptedStopHookPythonInterface
38 return ScriptedPythonInterface::CreatePluginObject(class_name, nullptr, in CreatePluginObject()
H A DScriptedPlatformPythonInterface.cpp37 ScriptedPlatformPythonInterface::CreatePluginObject( in CreatePluginObject() function in ScriptedPlatformPythonInterface
43 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
H A DOperatingSystemPythonInterface.cpp36 OperatingSystemPythonInterface::CreatePluginObject( in CreatePluginObject() function in OperatingSystemPythonInterface
39 return ScriptedPythonInterface::CreatePluginObject(class_name, nullptr, in CreatePluginObject()
H A DScriptedThreadPlanPythonInterface.cpp34 ScriptedThreadPlanPythonInterface::CreatePluginObject( in CreatePluginObject() function in ScriptedThreadPlanPythonInterface
37 return ScriptedPythonInterface::CreatePluginObject(class_name, nullptr, in CreatePluginObject()
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() function in ScriptedProcessPythonInterface
48 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
H A DScriptedStopHookPythonInterface.h27 CreatePluginObject(llvm::StringRef class_name, lldb::TargetSP target_sp,
H A DScriptedThreadPlanPythonInterface.h29 CreatePluginObject(const llvm::StringRef class_name,
H A DScriptedPlatformPythonInterface.h27 CreatePluginObject(const llvm::StringRef class_name,
H A DScriptedThreadPythonInterface.h27 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
H A DOperatingSystemPythonInterface.h30 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
H A DScriptedProcessPythonInterface.h29 CreatePluginObject(const llvm::StringRef class_name,
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h
H A DScriptedPlatformInterface.h
H A DScriptedInterface.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedStopHookInterface.h20 CreatePluginObject(llvm::StringRef class_name, lldb::TargetSP target_sp,
H A DScriptedThreadPlanInterface.h20 CreatePluginObject(llvm::StringRef class_name,
H A DScriptedPlatformInterface.h23 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
H A DScriptedProcessInterface.h25 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPlatformPythonInterface.h
H A DScriptedThreadPythonInterface.h
H A DScriptedProcessPythonInterface.h
H A DScriptedPlatformPythonInterface.cpp
H A DScriptedThreadPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DScriptedThreadPlan.cpp82 auto obj_or_err = m_interface->CreatePluginObject( in DidPush()

12