Home
last modified time | relevance | path

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

/xnu-10002.41.9/tools/lldbmacros/
H A Dipc.py111 def PrintPortSummary(port, show_kmsg_summary=True, show_sets=False, prefix="", O=None): function
467 with O.table(PrintPortSummary.header, indent=True):
470 PrintPortSummary(wq.asPort(), show_kmsg_summary=show_kmsg_summary, O=O)
1539 with O.table(PrintPortSummary.header):
1542 PrintPortSummary(value(port.AddressOf()), O=O)
1552 with O.table(PrintPortSummary.header):
1556 PrintPortSummary(value(port.AddressOf()), O=O)
1567 with O.table(PrintPortSummary.header):
1570 PrintPortSummary(value(port.AddressOf()), show_kmsg_summary=False, O=O)
1586 with O.table(PrintPortSummary.header):
[all …]