Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h565 virtual lldb::ScriptedStopHookInterfaceSP CreateScriptedStopHookInterface() { in CreateScriptedStopHookInterface() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h106 lldb::ScriptedStopHookInterfaceSP CreateScriptedStopHookInterface() override;
H A DScriptInterpreterPython.cpp1549 ScriptInterpreterPythonImpl::CreateScriptedStopHookInterface() { in CreateScriptedStopHookInterface() function in ScriptInterpreterPythonImpl
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4000 m_interface_sp = script_interp->CreateScriptedStopHookInterface(); in SetScriptCallback()