Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1873 StructuredData::Dictionary *activity_dict = activity->GetAsDictionary(); in GetDescription() local
1874 StructuredData::ObjectSP id = activity_dict->GetValueForKey("id"); in GetDescription()
1875 StructuredData::ObjectSP name = activity_dict->GetValueForKey("name"); in GetDescription()