Searched defs:stop_info (Results 1 – 5 of 5) sorted by relevance
94 lldb::StopInfoSP stop_info = m_thread.GetStopInfo(); in TracerExplainsStop() local
727 StopInfo *stop_info = GetPrivateStopInfo().get(); in ShouldResume() local2216 StructuredData::ObjectSP stop_info = m_stop_info_sp->GetExtendedInfo(); in GetDescription() local
1760 StringExtractorGDBRemote &stop_info = m_stop_packet_stack[i]; in UpdateThreadIDList() local2525 StringExtractorGDBRemote stop_info = m_stop_packet_stack[i]; in RefreshStateAfterStop() local3625 StringExtractorGDBRemote stop_info(pkt.c_str() + 5); in HandleNotifyPacket() local
321 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedInfoAsJSON() local
3115 print_stop_reason (enum inferior_stop_reason stop_reason, int stop_info) in print_stop_reason()