Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp2243 std::vector<ExecutionContext> exc_ctx_with_reasons; in RunStopHooks() local
2254exc_ctx_with_reasons.push_back(ExecutionContext(m_process_sp.get(), cur_thread_sp.get(), cur_frame… in RunStopHooks()
2260 size_t num_exe_ctx = exc_ctx_with_reasons.size(); in RunStopHooks()
2295 …|| cur_hook_sp->GetThreadSpecifier()->ThreadPassesBasicTests(exc_ctx_with_reasons[i].GetThreadRef(… in RunStopHooks()
2314 …result.AppendMessageWithFormat("-- Thread %d\n", exc_ctx_with_reasons[i].GetThreadPtr()->GetIndexI… in RunStopHooks()
2324 &exc_ctx_with_reasons[i], in RunStopHooks()