Searched refs:m_stop_hook_sp (Results 1 – 1 of 1) sorted by relevance
4677 if (m_stop_hook_sp) { in IOHandlerInputComplete()4683 m_stop_hook_sp->GetID()); in IOHandlerInputComplete()4688 target->UndoCreateStopHook(m_stop_hook_sp->GetID()); in IOHandlerInputComplete()4693 static_cast<Target::StopHookCommandLine *>(m_stop_hook_sp.get()); in IOHandlerInputComplete()4699 m_stop_hook_sp->GetID()); in IOHandlerInputComplete()4703 m_stop_hook_sp.reset(); in IOHandlerInputComplete()4709 m_stop_hook_sp.reset(); in DoExecute()4809 m_stop_hook_sp = new_hook_sp; in DoExecute()4823 Target::StopHookSP m_stop_hook_sp; member in CommandObjectTargetStopHookAdd