Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp254 lldb::ThreadSP stop_thread; in RefreshStateAfterStop() local
257 stop_thread = Process::m_thread_list.GetSelectedThread(); in RefreshStateAfterStop()
269 *stop_thread, signo); in RefreshStateAfterStop()
272 *stop_thread, m_active_exception->ExceptionRecord.ExceptionCode, 2, in RefreshStateAfterStop()
285 *stop_thread, desc_stream.str().c_str()); in RefreshStateAfterStop()
288 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()