Lines Matching defs:stop_thread
409 ThreadSP stop_thread = m_thread_list.GetSelectedThread();
410 if (!stop_thread)
415 RegisterContextSP register_context = stop_thread->GetRegisterContext();
418 if (site && site->ValidForThisThread(*stop_thread)) {
424 stop_info = StopInfo::CreateStopReasonWithBreakpointSiteID(*stop_thread,
426 stop_thread->SetStopInfo(stop_info);
432 stop_thread->GetRegisterContext().get());
441 stop_info = StopInfo::CreateStopReasonWithWatchpointID(*stop_thread, id);
442 stop_thread->SetStopInfo(stop_info);
447 LLDB_LOG(log, "single stepping thread {0}", stop_thread->GetID());
448 stop_info = StopInfo::CreateStopReasonToTrace(*stop_thread);
449 stop_thread->SetStopInfo(stop_info);
455 RegisterContextSP register_context = stop_thread->GetRegisterContext();
489 if (site->ValidForThisThread(*stop_thread)) {
493 site->GetID(), stop_thread->GetID());
496 *stop_thread, site->GetID());
504 stop_thread->SetStopInfo(stop_info);
528 StopInfo::CreateStopReasonWithException(*stop_thread, desc.c_str());
529 stop_thread->SetStopInfo(stop_info);