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