Searched refs:cur_hook_sp (Results 1 – 1 of 1) sorted by relevance
3133 StopHookSP cur_hook_sp = stop_entry.second; in RunStopHooks() local3134 if (!cur_hook_sp->IsActive()) in RunStopHooks()3136 if (at_initial_stop && !cur_hook_sp->GetRunAtInitialStop()) in RunStopHooks()3141 if (!cur_hook_sp->ExecutionContextPasses(exc_ctx)) in RunStopHooks()3146 cur_hook_sp->GetDescription(s, eDescriptionLevelBrief); in RunStopHooks()3148 output_sp->Printf("\n- Hook %" PRIu64 " (%s)\n", cur_hook_sp->GetID(), in RunStopHooks()3151 output_sp->Printf("\n- Hook %" PRIu64 "\n", cur_hook_sp->GetID()); in RunStopHooks()3159 auto result = cur_hook_sp->HandleStop(exc_ctx, output_sp); in RunStopHooks()3162 if (cur_hook_sp->GetAutoContinue()) in RunStopHooks()3181 cur_hook_sp->GetID()); in RunStopHooks()