Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDThread.cpp354 bool have_valid_stop_info = m_stop_info_sp && in GetStopInfo() local
360 have_valid_stop_info && have_valid_completed_plan in GetStopInfo()
363 if (have_valid_stop_info && !plan_overrides_trace && !plan_failed) { in GetStopInfo()