Lines Matching refs:SetThreadStopInfo
683 const StateType state = SetThreadStopInfo(response); in DoConnectRemote()
925 SetPrivateState(SetThreadStopInfo(response)); in DoLaunch()
1548 SetThreadStopInfo(thread_dict); in UpdateThreadIDList()
1690 return (bool)SetThreadStopInfo(thread_dict); in GetThreadStopInfoFromJSON()
1721 return SetThreadStopInfo(stop_packet) == eStateStopped; in CalculateThreadStopInfo()
1725 ThreadSP ProcessGDBRemote::SetThreadStopInfo( in SetThreadStopInfo() function in ProcessGDBRemote
1995 ProcessGDBRemote::SetThreadStopInfo(StructuredData::Dictionary *thread_dict) { in SetThreadStopInfo() function in ProcessGDBRemote
2143 return SetThreadStopInfo(tid, expedited_register_map, signo, thread_name, in SetThreadStopInfo()
2150 StateType ProcessGDBRemote::SetThreadStopInfo(StringExtractor &stop_packet) { in SetThreadStopInfo() function in ProcessGDBRemote
2344 ThreadSP thread_sp = SetThreadStopInfo( in SetThreadStopInfo()
2394 SetThreadStopInfo(stop_info); in RefreshStateAfterStop()
2709 SetThreadStopInfo(thread_dict); in WillPublicStop()