Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DTarget.cpp2075 std::vector<ExecutionContext> exc_ctx_with_reasons; in RunStopHooks() local
2086exc_ctx_with_reasons.push_back(ExecutionContext(m_process_sp.get(), cur_thread_sp.get(), cur_frame… in RunStopHooks()
2092 size_t num_exe_ctx = exc_ctx_with_reasons.size(); in RunStopHooks()
2127 …|| cur_hook_sp->GetThreadSpecifier()->ThreadPassesBasicTests(exc_ctx_with_reasons[i].GetThreadRef(… in RunStopHooks()
2146 …result.AppendMessageWithFormat("-- Thread %d\n", exc_ctx_with_reasons[i].GetThreadPtr()->GetIndexI… in RunStopHooks()
2153 &exc_ctx_with_reasons[i], in RunStopHooks()