Searched refs:PrintIPCInformation (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/tools/lldbmacros/ |
| H A D | ipc.py | 490 print(PrintIPCInformation.header) 491 PrintIPCInformation(ipc, False, False) 531 print(PrintIPCInformation.header) 532 PrintIPCInformation(t.itk_space, False, False) 784 def PrintIPCInformation(space, show_entries=False, show_userstack=False, rights_filter=0): function 857 print(PrintIPCInformation.header) 858 PrintIPCInformation(ipc, True, False, rights_type) 898 print(PrintIPCInformation.header) 899 PrintIPCInformation(tval.itk_space, True, False, rights_type) 969 print(PrintIPCInformation.header) [all …]
|