Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp335 lldb::ThreadSP stop_thread; in RefreshStateAfterStop() local
338 stop_thread = Process::m_thread_list.GetSelectedThread(); in RefreshStateAfterStop()
350 *stop_thread, signo); in RefreshStateAfterStop()
353 *stop_thread, m_active_exception->ExceptionRecord.ExceptionCode, 2, in RefreshStateAfterStop()
366 *stop_thread, desc_stream.str().c_str()); in RefreshStateAfterStop()
369 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()