Lines Matching refs:SetThreadStopInfo
558 const StateType state = SetThreadStopInfo(response); in DoConnectRemote()
787 SetPrivateState(SetThreadStopInfo(response)); in DoLaunch()
1439 SetThreadStopInfo(thread_dict); in UpdateThreadIDList()
1571 return (bool)SetThreadStopInfo(thread_dict); in GetThreadStopInfoFromJSON()
1602 return SetThreadStopInfo(stop_packet) == eStateStopped; in CalculateThreadStopInfo()
1606 ThreadSP ProcessGDBRemote::SetThreadStopInfo( in SetThreadStopInfo() function in ProcessGDBRemote
1892 ProcessGDBRemote::SetThreadStopInfo(StructuredData::Dictionary *thread_dict) { in SetThreadStopInfo() function in ProcessGDBRemote
2041 return SetThreadStopInfo(tid, expedited_register_map, signo, thread_name, in SetThreadStopInfo()
2048 StateType ProcessGDBRemote::SetThreadStopInfo(StringExtractor &stop_packet) { in SetThreadStopInfo() function in ProcessGDBRemote
2256 ThreadSP thread_sp = SetThreadStopInfo( in SetThreadStopInfo()
2296 SetThreadStopInfo(*m_last_stop_packet); in RefreshStateAfterStop()
2469 SetThreadStopInfo(thread_dict); in WillPublicStop()