Lines Matching refs:thread_dict
1545 StructuredData::Dictionary *thread_dict = object->GetAsDictionary(); in UpdateThreadIDList() local
1546 if (thread_dict) { in UpdateThreadIDList()
1548 SetThreadStopInfo(thread_dict); in UpdateThreadIDList()
1550 if (thread_dict->GetValueForKeyAsInteger<lldb::tid_t>("tid", tid)) in UpdateThreadIDList()
1684 StructuredData::Dictionary *thread_dict = in GetThreadStopInfoFromJSON() local
1686 if (thread_dict) { in GetThreadStopInfoFromJSON()
1687 if (thread_dict->GetValueForKeyAsInteger<lldb::tid_t>( in GetThreadStopInfoFromJSON()
1690 return (bool)SetThreadStopInfo(thread_dict); in GetThreadStopInfoFromJSON()
1995 ProcessGDBRemote::SetThreadStopInfo(StructuredData::Dictionary *thread_dict) { in SetThreadStopInfo() argument
2035 thread_dict->ForEach([this, &tid, &expedited_register_map, &thread_name, in SetThreadStopInfo()
2706 StructuredData::Dictionary *thread_dict = in WillPublicStop() local
2708 if (thread_dict) in WillPublicStop()
2709 SetThreadStopInfo(thread_dict); in WillPublicStop()