Home
last modified time | relevance | path

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

/xnu-11215.61.5/tools/lldbmacros/
H A Dioreg.py1356 def LookupKeyInOSDict(osdict, key, comparer = None): argument
1360 if not osdict:
1362 count = unsigned(osdict.count)
1368 if comparer(key, osdict.dictionary[idx].key) == 0:
1369 result = osdict.dictionary[idx].value
1370 elif key == osdict.dictionary[idx].key:
1371 result = osdict.dictionary[idx].value
1391 def GetRegDictionary(osdict, prefix): argument
1398 count = unsigned(osdict.count)
1401 …ut_string += prefix + " " + GetObjectSummary(osdict.dictionary[idx].key) + " = " + GetObjectSumma…