Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Dkcdata.py2591 def prettify_core(data, mosthex, key, portlabels): argument
2600 return [prettify_core(x, mosthex, key, portlabels) for x in data]
2603 return formatWaitInfo(data, mosthex, portlabels)
2610 if mosthex and key != 'task_snapshots' and len(key) > 0 and key.isnumeric():
2612 newdata[key] = prettify_core(value, mosthex, key, portlabels)
2624 elif mosthex and not PRETTIFY_DONTHEX.get(key, False):
2634 def prettify(data, mosthex): argument
2635 return prettify_core(data, mosthex, "", None)