Home
last modified time | relevance | path

Searched refs:CreateScriptedProcessInterface (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp100 m_interface_up = interpreter->CreateScriptedProcessInterface(); in ScriptedProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h110 lldb::ScriptedProcessInterfaceUP CreateScriptedProcessInterface() override;
H A DScriptInterpreterPython.cpp1532 ScriptInterpreterPythonImpl::CreateScriptedProcessInterface() { in CreateScriptedProcessInterface() function in ScriptInterpreterPythonImpl
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h551 virtual lldb::ScriptedProcessInterfaceUP CreateScriptedProcessInterface() { in CreateScriptedProcessInterface() function