Lines Matching refs:thread_dict
1476 StructuredData::Dictionary *thread_dict = object->GetAsDictionary(); in UpdateThreadIDList() local
1477 if (thread_dict) { in UpdateThreadIDList()
1479 SetThreadStopInfo(thread_dict); in UpdateThreadIDList()
1481 if (thread_dict->GetValueForKeyAsInteger<lldb::tid_t>("tid", tid)) in UpdateThreadIDList()
1605 StructuredData::Dictionary *thread_dict = in GetThreadStopInfoFromJSON() local
1607 if (thread_dict) { in GetThreadStopInfoFromJSON()
1608 if (thread_dict->GetValueForKeyAsInteger<lldb::tid_t>( in GetThreadStopInfoFromJSON()
1611 return (bool)SetThreadStopInfo(thread_dict); in GetThreadStopInfoFromJSON()
1937 ProcessGDBRemote::SetThreadStopInfo(StructuredData::Dictionary *thread_dict) { in SetThreadStopInfo() argument
1978 thread_dict->ForEach([this, &tid, &expedited_register_map, &thread_name, in SetThreadStopInfo()
2511 StructuredData::Dictionary *thread_dict = in WillPublicStop() local
2513 if (thread_dict) in WillPublicStop()
2514 SetThreadStopInfo(thread_dict); in WillPublicStop()