Lines Matching refs:stop_thread
376 ThreadSP stop_thread = m_thread_list.GetSelectedThread(); in RefreshStateAfterStop() local
377 if (!stop_thread) in RefreshStateAfterStop()
382 RegisterContextSP register_context = stop_thread->GetRegisterContext(); in RefreshStateAfterStop()
385 if (site && site->ValidForThisThread(*stop_thread)) { in RefreshStateAfterStop()
391 stop_info = StopInfo::CreateStopReasonWithBreakpointSiteID(*stop_thread, in RefreshStateAfterStop()
393 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()
399 stop_thread->GetRegisterContext().get()); in RefreshStateAfterStop()
413 *stop_thread, id, m_watchpoints[id].address); in RefreshStateAfterStop()
414 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()
419 LLDB_LOG(log, "single stepping thread {0}", stop_thread->GetID()); in RefreshStateAfterStop()
420 stop_info = StopInfo::CreateStopReasonToTrace(*stop_thread); in RefreshStateAfterStop()
421 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()
427 RegisterContextSP register_context = stop_thread->GetRegisterContext(); 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()
501 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()