Searched refs:stop_info (Results 1 – 12 of 12) sorted by relevance
79 lldb::StopInfoSP stop_info = GetThread().GetStopInfo(); in TracerExplainsStop() 80 return (stop_info->GetStopReason() == eStopReasonTrace); in TracerExplainsStop() local
685 StopInfo *stop_info = GetPrivateStopInfo().get(); in ShouldResume() local686 if (stop_info) in ShouldResume()687 stop_info->WillResume(resume_state); in ShouldResume()1808 StructuredData::ObjectSP stop_info = m_stop_info_sp->GetExtendedInfo(); in GetDescription() local1809 if (stop_info) { in GetDescription()1810 stop_info->Dump(strm); in GetDescription()
253 lldb::StopInfoSP stop_info; in RefreshStateAfterStop() local268 stop_info = StopInfo::CreateStopReasonWithSignal( in RefreshStateAfterStop()271 stop_info = StopInfoMachException::CreateStopReasonWithMachException( in RefreshStateAfterStop()284 stop_info = StopInfo::CreateStopReasonWithException( in RefreshStateAfterStop()288 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()
36 virtual bool GetStopReason(ThreadStopInfo &stop_info,
228 bool NativeThreadNetBSD::GetStopReason(ThreadStopInfo &stop_info, in GetStopReason() argument239 stop_info = m_stop_info; in GetStopReason()
36 bool GetStopReason(ThreadStopInfo &stop_info,
216 bool NativeThreadFreeBSD::GetStopReason(ThreadStopInfo &stop_info, in GetStopReason() argument227 stop_info = m_stop_info; in GetStopReason()
290 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedInfoAsJSON() local291 StructuredData::ObjectSP info = stop_info->GetExtendedInfo(); in GetStopReasonExtendedInfoAsJSON()314 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedBacktraces() local315 StructuredData::ObjectSP info = stop_info->GetExtendedInfo(); in GetStopReasonExtendedBacktraces()
653 if (StopInfoSP stop_info = in CreateStopReasonWithMachException() local656 return stop_info; in CreateStopReasonWithMachException()
2505 StopInfoSP stop_info = thread_sp->GetStopInfo(); in DidProcessStopAbnormally() local2506 if (!stop_info) { in DidProcessStopAbnormally()2513 const StopReason reason = stop_info->GetStopReason(); in DidProcessStopAbnormally()2520 const auto stop_signal = static_cast<int32_t>(stop_info->GetValue()); in DidProcessStopAbnormally()
1463 StringExtractorGDBRemote &stop_info = *m_last_stop_packet; in UpdateThreadIDList() local1464 const std::string &stop_info_str = std::string(stop_info.GetStringRef()); in UpdateThreadIDList()