Searched refs:m_stop_hook_sp (Results 1 – 1 of 1) sorted by relevance
4959 if (m_stop_hook_sp) { in IOHandlerInputComplete()4966 m_stop_hook_sp->GetID()); in IOHandlerInputComplete()4968 GetTarget().UndoCreateStopHook(m_stop_hook_sp->GetID()); in IOHandlerInputComplete()4972 static_cast<Target::StopHookCommandLine *>(m_stop_hook_sp.get()); in IOHandlerInputComplete()4979 m_stop_hook_sp->GetID()); in IOHandlerInputComplete()4982 m_stop_hook_sp.reset(); in IOHandlerInputComplete()4988 m_stop_hook_sp.reset(); in DoExecute()5090 m_stop_hook_sp = new_hook_sp; in DoExecute()5102 Target::StopHookSP m_stop_hook_sp; member in CommandObjectTargetStopHookAdd