Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp2571 std::vector<ExecutionContext> exc_ctx_with_reasons; in RunStopHooks() local
2580 exc_ctx_with_reasons.push_back(ExecutionContext( in RunStopHooks()
2588 size_t num_exe_ctx = exc_ctx_with_reasons.size(); in RunStopHooks()
2614 exc_ctx_with_reasons[i].GetThreadRef()))) { in RunStopHooks()
2635 exc_ctx_with_reasons[i].GetThreadPtr()->GetIndexID()); in RunStopHooks()
2649 cur_hook_sp->GetCommands(), &exc_ctx_with_reasons[i], options, in RunStopHooks()