Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp377 if (!stop_thread) in RefreshStateAfterStop()
393 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()
399 stop_thread->GetRegisterContext().get()); in RefreshStateAfterStop()
414 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()
421 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()
461 if (site->ValidForThisThread(*stop_thread)) { in RefreshStateAfterStop()
465 site->GetID(), stop_thread->GetID()); in RefreshStateAfterStop()
468 *stop_thread, site->GetID()); in RefreshStateAfterStop()
476 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()
500 *stop_thread, desc_stream.str().c_str()); in RefreshStateAfterStop()
[all …]
H A DNativeProcessWindows.cpp497 if (NativeThreadWindows *stop_thread = in OnDebugException() local
499 auto &register_context = stop_thread->GetRegisterContext(); in OnDebugException()
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp329 lldb::ThreadSP stop_thread; in RefreshStateAfterStop() local
332 stop_thread = Process::m_thread_list.GetSelectedThread(); in RefreshStateAfterStop()
344 *stop_thread, signo); in RefreshStateAfterStop()
347 *stop_thread, m_active_exception->ExceptionRecord.ExceptionCode, 2, in RefreshStateAfterStop()
360 *stop_thread, desc_stream.str().c_str()); in RefreshStateAfterStop()
363 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()