Searched refs:cur_hook_sp (Results 1 – 1 of 1) sorted by relevance
2660 StopHookSP cur_hook_sp = stop_entry.second; in RunStopHooks() local2661 if (!cur_hook_sp->IsActive()) in RunStopHooks()2671 if (!cur_hook_sp->ExecutionContextPasses(exc_ctx)) in RunStopHooks()2676 auto_continue |= cur_hook_sp->GetAutoContinue(); in RunStopHooks()2683 cur_hook_sp->GetDescription(&s, eDescriptionLevelBrief); in RunStopHooks()2685 output_sp->Printf("\n- Hook %" PRIu64 " (%s)\n", cur_hook_sp->GetID(), in RunStopHooks()2688 output_sp->Printf("\n- Hook %" PRIu64 "\n", cur_hook_sp->GetID()); in RunStopHooks()2697 cur_hook_sp->HandleStop(exc_ctx, output_sp); in RunStopHooks()2704 if (cur_hook_sp->GetAutoContinue()) in RunStopHooks()2721 cur_hook_sp->GetID()); in RunStopHooks()