Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp189 StructuredData::ObjectSP thread_dict_obj = in UpdateThreadList() local
191 if (auto thread_dict = thread_dict_obj->GetAsDictionary()) { in UpdateThreadList()