Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.cpp195 ScriptedProcessPythonInterface::CreateScriptedThreadInterface() { in CreateScriptedThreadInterface() function in ScriptedProcessPythonInterface
196 return m_interpreter.CreateScriptedThreadInterface(); in CreateScriptedThreadInterface()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h
H A DScriptedProcessPythonInterface.cpp
H A DScriptInterpreterPythonImpl.h112 lldb::ScriptedThreadInterfaceSP CreateScriptedThreadInterface() override;
H A DScriptInterpreterPython.cpp1537 ScriptInterpreterPythonImpl::CreateScriptedThreadInterface() { in CreateScriptedThreadInterface() function in ScriptInterpreterPythonImpl
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h
H A DScriptInterpreter.h555 virtual lldb::ScriptedThreadInterfaceSP CreateScriptedThreadInterface() { in CreateScriptedThreadInterface() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp41 process.GetInterface().CreateScriptedThreadInterface(); in Create()