Searched refs:PrintIPCInformation (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/tools/lldbmacros/ |
| H A D | ipc.py | 488 print(PrintIPCInformation.header) 489 PrintIPCInformation(ipc, False, False) 528 print(PrintIPCInformation.header) 529 PrintIPCInformation(t.itk_space, False, False) + "\n\n" 761 def PrintIPCInformation(space, show_entries=False, show_userstack=False, rights_filter=0): function 835 print(PrintIPCInformation.header) 836 PrintIPCInformation(ipc, True, False, rights_type) 877 print(PrintIPCInformation.header) 878 PrintIPCInformation(tval.itk_space, True, False, rights_type) 949 print(PrintIPCInformation.header) [all …]
|