Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.cpp200 ScriptedProcessPythonInterface::CreateScriptedThreadInterface() { in CreateScriptedThreadInterface() function in ScriptedProcessPythonInterface
201 return m_interpreter.CreateScriptedThreadInterface(); in CreateScriptedThreadInterface()
H A DScriptedProcessPythonInterface.h86 lldb::ScriptedThreadInterfaceSP CreateScriptedThreadInterface() override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h
H A DScriptedProcessPythonInterface.cpp
H A DScriptInterpreterPythonImpl.h108 lldb::ScriptedThreadInterfaceSP CreateScriptedThreadInterface() override;
H A DScriptInterpreterPython.cpp1554 ScriptInterpreterPythonImpl::CreateScriptedThreadInterface() { in CreateScriptedThreadInterface() function in ScriptInterpreterPythonImpl
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedProcessInterface.h82 virtual lldb::ScriptedThreadInterfaceSP CreateScriptedThreadInterface() { in CreateScriptedThreadInterface() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h
H A DScriptInterpreter.h548 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()