Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
HDScriptedProcess.cpp100 m_interface_up = interpreter->CreateScriptedProcessInterface(); in ScriptedProcess()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDScriptInterpreterPythonImpl.h110 lldb::ScriptedProcessInterfaceUP CreateScriptedProcessInterface() override;
HDScriptInterpreterPython.cpp1532 ScriptInterpreterPythonImpl::CreateScriptedProcessInterface() { in CreateScriptedProcessInterface() function in ScriptInterpreterPythonImpl
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDScriptInterpreter.h551 virtual lldb::ScriptedProcessInterfaceUP CreateScriptedProcessInterface() { in CreateScriptedProcessInterface() function