Searched refs:thread_dict (Results 1 – 2 of 2) sorted by relevance
207 PythonDictionary thread_dict(threads_list.GetItemAtIndex(i)); in UpdateThreadList() local208 if (thread_dict) in UpdateThreadList()210 …ThreadSP thread_sp (CreateThreadFromThreadInfo (thread_dict, core_thread_list, old_thread_list, NU… in UpdateThreadList()227 OperatingSystemPython::CreateThreadFromThreadInfo (PythonDictionary &thread_dict, in CreateThreadFromThreadInfo() argument233 if (thread_dict) in CreateThreadFromThreadInfo()236 const tid_t tid = thread_dict.GetItemForKeyAsInteger (tid_pystr, LLDB_INVALID_THREAD_ID); in CreateThreadFromThreadInfo()246 … const uint32_t core_number = thread_dict.GetItemForKeyAsInteger (core_pystr, UINT32_MAX); in CreateThreadFromThreadInfo()247 …const addr_t reg_data_addr = thread_dict.GetItemForKeyAsInteger (reg_data_addr_pystr, LLDB_INVALID… in CreateThreadFromThreadInfo()248 const char *name = thread_dict.GetItemForKeyAsString (name_pystr); in CreateThreadFromThreadInfo()249 const char *queue = thread_dict.GetItemForKeyAsString (queue_pystr); in CreateThreadFromThreadInfo()
93 CreateThreadFromThreadInfo (lldb_private::PythonDictionary &thread_dict,