Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp226 lldb::ThreadSP stop_thread; in RefreshStateAfterStop() local
229 stop_thread = Process::m_thread_list.GetSelectedThread(); in RefreshStateAfterStop()
234 *stop_thread, m_active_exception->exception_record.exception_code); in RefreshStateAfterStop()
237 *stop_thread, m_active_exception->exception_record.exception_code, 2, in RefreshStateAfterStop()
251 *stop_thread, desc_stream.str().c_str()); in RefreshStateAfterStop()
254 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()