Lines Matching refs:thread_dict
1444 StructuredData::Dictionary *thread_dict = object->GetAsDictionary(); in UpdateThreadIDList() local
1445 if (thread_dict) { in UpdateThreadIDList()
1447 SetThreadStopInfo(thread_dict); in UpdateThreadIDList()
1449 if (thread_dict->GetValueForKeyAsInteger<lldb::tid_t>("tid", tid)) in UpdateThreadIDList()
1573 StructuredData::Dictionary *thread_dict = in GetThreadStopInfoFromJSON() local
1575 if (thread_dict) { in GetThreadStopInfoFromJSON()
1576 if (thread_dict->GetValueForKeyAsInteger<lldb::tid_t>( in GetThreadStopInfoFromJSON()
1579 return (bool)SetThreadStopInfo(thread_dict); in GetThreadStopInfoFromJSON()
1940 ProcessGDBRemote::SetThreadStopInfo(StructuredData::Dictionary *thread_dict) { in SetThreadStopInfo() argument
1980 thread_dict->ForEach([this, &tid, &expedited_register_map, &thread_name, in SetThreadStopInfo()
2533 StructuredData::Dictionary *thread_dict = in WillPublicStop() local
2535 if (thread_dict) in WillPublicStop()
2536 SetThreadStopInfo(thread_dict); in WillPublicStop()