Searched refs:m_interface_sp (Results 1 – 2 of 2) sorted by relevance
4000 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()
1439 lldb::ScriptedStopHookInterfaceSP m_interface_sp; variable