Searched refs:thread_dict (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 201 if (auto thread_dict = thread_dict_obj->GetAsDictionary()) { in UpdateThreadList() local 203 CreateThreadFromThreadInfo(*thread_dict, core_thread_list, in UpdateThreadList() 227 StructuredData::Dictionary &thread_dict, ThreadList &core_thread_list, in CreateThreadFromThreadInfo() argument 232 if (!thread_dict.GetValueForKeyAsInteger("tid", tid)) in CreateThreadFromThreadInfo() 240 thread_dict.GetValueForKeyAsInteger("core", core_number, UINT32_MAX); in CreateThreadFromThreadInfo() 241 thread_dict.GetValueForKeyAsInteger("register_data_addr", reg_data_addr, in CreateThreadFromThreadInfo() 243 thread_dict.GetValueForKeyAsString("name", name); in CreateThreadFromThreadInfo() 244 thread_dict.GetValueForKeyAsString("queue", queue); in CreateThreadFromThreadInfo()
|
| H A D | OperatingSystemPython.h | 79 lldb_private::StructuredData::Dictionary &thread_dict,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1622 StructuredData::Dictionary *thread_dict = object->GetAsDictionary(); in UpdateThreadIDList() local 1623 if (thread_dict) { in UpdateThreadIDList() 1625 SetThreadStopInfo(thread_dict); in UpdateThreadIDList() 1760 StructuredData::Dictionary *thread_dict = in GetThreadStopInfoFromJSON() local 1762 if (thread_dict) { in GetThreadStopInfoFromJSON() 1763 if (thread_dict->GetValueForKeyAsInteger<lldb::tid_t>( in GetThreadStopInfoFromJSON() 1766 return (bool)SetThreadStopInfo(thread_dict); in GetThreadStopInfoFromJSON() 2093 thread_dict->ForEach([this, &tid, &expedited_register_map, &thread_name, in SetThreadStopInfo() 2755 StructuredData::Dictionary *thread_dict = in WillPublicStop() local 2757 if (thread_dict) in WillPublicStop() [all …]
|
| H A D | ProcessGDBRemote.h | 383 lldb::ThreadSP SetThreadStopInfo(StructuredData::Dictionary *thread_dict);
|