Home
last modified time | relevance | path

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

/xnu-12377.1.9/tools/lldbmacros/
H A Dioreg.py79 def GetObjectSummary(obj): function
235 print(GetObjectSummary(obj))
286 print(GetObjectSummary(kern.globals.gIORegistryPlanes))
358 print(GetObjectSummary(LookupKeyInPropTable(propertyTable, cmd_args[1])))
1385 …out_string += prefix + " " + GetObjectSummary(entry.key) + " = " + GetObjectSummary(entry.value) …
1427 out_string += GetObjectSummary(obj)
1445 out_string += " \"{}\" = {}\n".format(GetString(key), GetObjectSummary(value))
1796 … print("{}: {} [{}]".format(idx, GetObjectSummary(event), "enabled" if enabled else "disabled"))