Searched refs:SetThreadStopInfo (Results 1 – 2 of 2) sorted by relevance
358 lldb::StateType SetThreadStopInfo(StringExtractor &stop_packet);364 lldb::ThreadSP SetThreadStopInfo(StructuredData::Dictionary *thread_dict);367 SetThreadStopInfo(lldb::tid_t tid,
574 const StateType state = SetThreadStopInfo(response); in DoConnectRemote()803 SetPrivateState(SetThreadStopInfo(response)); in DoLaunch()1524 SetThreadStopInfo(thread_dict); in UpdateThreadIDList()1656 return (bool)SetThreadStopInfo(thread_dict); in GetThreadStopInfoFromJSON()1685 return SetThreadStopInfo(stop_packet) == eStateStopped; in CalculateThreadStopInfo()1705 ThreadSP ProcessGDBRemote::SetThreadStopInfo( in SetThreadStopInfo() function in ProcessGDBRemote2045 ProcessGDBRemote::SetThreadStopInfo(StructuredData::Dictionary *thread_dict) { in SetThreadStopInfo() function in ProcessGDBRemote2193 return SetThreadStopInfo(tid, expedited_register_map, signo, thread_name, in SetThreadStopInfo()2200 StateType ProcessGDBRemote::SetThreadStopInfo(StringExtractor &stop_packet) { in SetThreadStopInfo() function in ProcessGDBRemote2431 ThreadSP thread_sp = SetThreadStopInfo( in SetThreadStopInfo()[all …]