Searched refs:new_hook_sp (Results 1 – 1 of 1) sorted by relevance
4712 Target::StopHookSP new_hook_sp = in DoExecute() local4759 new_hook_sp->SetSpecifier(specifier_up.release()); in DoExecute()4779 new_hook_sp->SetThreadSpecifier(thread_spec); in DoExecute()4782 new_hook_sp->SetAutoContinue(m_options.m_auto_continue); in DoExecute()4786 static_cast<Target::StopHookCommandLine *>(new_hook_sp.get()); in DoExecute()4789 new_hook_sp->GetID()); in DoExecute()4793 static_cast<Target::StopHookScripted *>(new_hook_sp.get()); in DoExecute()4799 new_hook_sp->GetID()); in DoExecute()4805 target.UndoCreateStopHook(new_hook_sp->GetID()); in DoExecute()4809 m_stop_hook_sp = new_hook_sp; in DoExecute()