Lines Matching defs:thread_dict
1444 StructuredData::Dictionary *thread_dict = object->GetAsDictionary();
1445 if (thread_dict) {
1447 SetThreadStopInfo(thread_dict);
1449 if (thread_dict->GetValueForKeyAsInteger<lldb::tid_t>("tid", tid))
1573 StructuredData::Dictionary *thread_dict =
1575 if (thread_dict) {
1576 if (thread_dict->GetValueForKeyAsInteger<lldb::tid_t>(
1579 return (bool)SetThreadStopInfo(thread_dict);
1961 ProcessGDBRemote::SetThreadStopInfo(StructuredData::Dictionary *thread_dict) {
2001 thread_dict->ForEach([this, &tid, &expedited_register_map, &thread_name,
2554 StructuredData::Dictionary *thread_dict =
2556 if (thread_dict)
2557 SetThreadStopInfo(thread_dict);