Lines Matching refs:SetThreadStopInfo
564 const StateType state = SetThreadStopInfo(response); in DoConnectRemote()
793 SetPrivateState(SetThreadStopInfo(response)); in DoLaunch()
1447 SetThreadStopInfo(thread_dict); in UpdateThreadIDList()
1579 return (bool)SetThreadStopInfo(thread_dict); in GetThreadStopInfoFromJSON()
1610 return SetThreadStopInfo(stop_packet) == eStateStopped; in CalculateThreadStopInfo()
1630 ThreadSP ProcessGDBRemote::SetThreadStopInfo( in SetThreadStopInfo() function in ProcessGDBRemote
1940 ProcessGDBRemote::SetThreadStopInfo(StructuredData::Dictionary *thread_dict) { in SetThreadStopInfo() function in ProcessGDBRemote
2089 return SetThreadStopInfo(tid, expedited_register_map, signo, thread_name, in SetThreadStopInfo()
2096 StateType ProcessGDBRemote::SetThreadStopInfo(StringExtractor &stop_packet) { in SetThreadStopInfo() function in ProcessGDBRemote
2321 ThreadSP thread_sp = SetThreadStopInfo( in SetThreadStopInfo()
2361 SetThreadStopInfo(*m_last_stop_packet); in RefreshStateAfterStop()
2536 SetThreadStopInfo(thread_dict); in WillPublicStop()