Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp2917 std::vector<ExecutionContext> exc_ctx_with_reasons; in RunStopHooks() local
2925 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()