Home
last modified time | relevance | path

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

/xnu-8796.121.2/tools/lldbmacros/
H A Dioreg.py87 def GetObjectSummary(obj): function
243 print(GetObjectSummary(obj))
296 print(GetObjectSummary(kern.globals.gIORegistryPlanes))
375 print(GetObjectSummary(LookupKeyInPropTable(propertyTable, cmd_args[1])))
1403 …out_string += prefix + " " + GetObjectSummary(osdict.dictionary[idx].key) + " = " + GetObjectSumm…
1444 out_string += GetObjectSummary(obj)
1461 out_string += " \"{}\" = {}\n".format(GetString(key), GetObjectSummary(value))
1809 … print("{}: {} [{}]".format(idx, GetObjectSummary(event), "enabled" if enabled else "disabled"))