Searched refs:m_stop_hook_sp (Results 1 – 1 of 1) sorted by relevance
4931 if (m_stop_hook_sp) { in IOHandlerInputComplete()4937 m_stop_hook_sp->GetID()); in IOHandlerInputComplete()4942 target->UndoCreateStopHook(m_stop_hook_sp->GetID()); in IOHandlerInputComplete()4947 static_cast<Target::StopHookCommandLine *>(m_stop_hook_sp.get()); in IOHandlerInputComplete()4953 m_stop_hook_sp->GetID()); in IOHandlerInputComplete()4957 m_stop_hook_sp.reset(); in IOHandlerInputComplete()4963 m_stop_hook_sp.reset(); in DoExecute()5062 m_stop_hook_sp = new_hook_sp; in DoExecute()5074 Target::StopHookSP m_stop_hook_sp; member in CommandObjectTargetStopHookAdd