Lines Matching refs:SetThreadStopInfo
743 const StateType state = SetThreadStopInfo(response); in DoConnectRemote()
987 SetPrivateState(SetThreadStopInfo(response)); in DoLaunch()
1625 SetThreadStopInfo(thread_dict); in UpdateThreadIDList()
1766 return (bool)SetThreadStopInfo(thread_dict); in GetThreadStopInfoFromJSON()
1797 return SetThreadStopInfo(stop_packet) == eStateStopped; in CalculateThreadStopInfo()
1801 ThreadSP ProcessGDBRemote::SetThreadStopInfo( in SetThreadStopInfo() function in ProcessGDBRemote
2053 ProcessGDBRemote::SetThreadStopInfo(StructuredData::Dictionary *thread_dict) { in SetThreadStopInfo() function in ProcessGDBRemote
2200 return SetThreadStopInfo(tid, expedited_register_map, signo, thread_name, in SetThreadStopInfo()
2207 StateType ProcessGDBRemote::SetThreadStopInfo(StringExtractor &stop_packet) { in SetThreadStopInfo() function in ProcessGDBRemote
2395 ThreadSP thread_sp = SetThreadStopInfo( in SetThreadStopInfo()
2435 SetThreadStopInfo(stop_info); in RefreshStateAfterStop()
2758 SetThreadStopInfo(thread_dict); in WillPublicStop()