Home
last modified time | relevance | path

Searched refs:thread_dict_obj (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp199 StructuredData::ObjectSP thread_dict_obj = in UpdateThreadList() local
201 if (auto thread_dict = thread_dict_obj->GetAsDictionary()) { in UpdateThreadList()