Searched refs:GetPrivateStopInfo (Results 1 – 17 of 17) sorted by relevance
517 lldb::StopInfoSP GetPrivateStopInfo() { in GetPrivateStopInfo() function518 return GetThread().GetPrivateStopInfo(); in GetPrivateStopInfo()
88 return GetPrivateStopInfo(); in GetRealStopInfo()
1154 virtual lldb::StopInfoSP GetPrivateStopInfo(bool calculate = true);
199 m_real_stop_info_sp = GetPrivateStopInfo(); in DoTakedown() 253 m_real_stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop() 433 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in BreakpointsExplainStop()
148 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in AnalyzeStop() 265 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in ShouldStop()
79 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in ShouldStop()
51 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
90 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
369 GetPrivateStopInfo(); in GetStopInfo()379 lldb::StopInfoSP Thread::GetPrivateStopInfo(bool calculate) { in GetPrivateStopInfo() function in Thread498 bool Thread::ThreadStoppedForAReason() { return (bool)GetPrivateStopInfo(); } in ThreadStoppedForAReason()675 GetPrivateStopInfo(); in ShouldResume()685 StopInfo *stop_info = GetPrivateStopInfo().get(); in ShouldResume()792 StopInfoSP private_stop_info(GetPrivateStopInfo()); in ShouldStop()
349 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
436 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
288 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
724 StopInfoSP stop_info_sp = GetThread().GetPrivateStopInfo(); in DoPlanExplainsStop()
5614 lldb::StopInfoSP stop_info_sp = thread->GetPrivateStopInfo(); in RunThreadPlan()
71 m_backing_thread_sp->GetPrivateStopInfo()); in CalculateStopInfo()
313 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
1718 StopInfoSP current_stop_info_sp = thread_sp->GetPrivateStopInfo(false); in SetThreadStopInfo()