Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/lldbmacros/
H A Dioreg.py1335 def LookupKeyInOSDict(osdict, key, comparer = None): argument
1339 if not osdict:
1341 count = unsigned(osdict.count)
1351 if comparer(key, osdict.dictionary[idx].key) == 0:
1352 result = osdict.dictionary[idx].value
1353 elif key == osdict.dictionary[idx].key:
1354 result = osdict.dictionary[idx].value
1374 def GetRegDictionary(osdict, prefix): argument
1381 count = unsigned(osdict.count)
1384 …ut_string += prefix + " " + GetObjectSummary(osdict.dictionary[idx].key) + " = " + GetObjectSumma…