Searched refs:exc_ctx_with_reasons (Results 1 – 1 of 1) sorted by relevance
2917 std::vector<ExecutionContext> exc_ctx_with_reasons; in RunStopHooks() local2925 exc_ctx_with_reasons.emplace_back(m_process_sp.get(), cur_thread_sp.get(), in RunStopHooks()2931 size_t num_exe_ctx = exc_ctx_with_reasons.size(); in RunStopHooks()2950 for (auto exc_ctx : exc_ctx_with_reasons) { in RunStopHooks()