Home
last modified time | relevance | path

Searched refs:exc_ctx_with_reasons (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Target/
DTarget.cpp2632 std::vector<ExecutionContext> exc_ctx_with_reasons; in RunStopHooks() local
2640 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()