Home
last modified time | relevance | path

Searched refs:m_interface_sp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4000 m_interface_sp = script_interp->CreateScriptedStopHookInterface(); in SetScriptCallback()
4001 if (!m_interface_sp) { in SetScriptCallback()
4011 auto obj_or_err = m_interface_sp->CreatePluginObject( in SetScriptCallback()
4034 if (!m_interface_sp) in HandleStop()
4038 auto should_stop_or_err = m_interface_sp->HandleStop(exc_ctx, stream); in HandleStop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1439 lldb::ScriptedStopHookInterfaceSP m_interface_sp; variable