Home
last modified time | relevance | path

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

/xnu-8796.121.2/tools/lldbmacros/
H A Dioreg.py1358 def LookupKeyInOSDict(osdict, key, comparer = None): argument
1362 if not osdict:
1364 count = unsigned(osdict.count)
1370 if comparer(key, osdict.dictionary[idx].key) == 0:
1371 result = osdict.dictionary[idx].value
1372 elif key == osdict.dictionary[idx].key:
1373 result = osdict.dictionary[idx].value
1393 def GetRegDictionary(osdict, prefix): argument
1400 count = unsigned(osdict.count)
1403 …ut_string += prefix + " " + GetObjectSummary(osdict.dictionary[idx].key) + " = " + GetObjectSumma…