Searched refs:PrintIPCInformation (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.41.9/tools/lldbmacros/ |
| H A D | ipc.py | 490 print(PrintIPCInformation.header) 491 PrintIPCInformation(ipc, False, False) 530 print(PrintIPCInformation.header) 531 PrintIPCInformation(t.itk_space, False, False) + "\n\n" 774 def PrintIPCInformation(space, show_entries=False, show_userstack=False, rights_filter=0): function 848 print(PrintIPCInformation.header) 849 PrintIPCInformation(ipc, True, False, rights_type) 890 print(PrintIPCInformation.header) 891 PrintIPCInformation(tval.itk_space, True, False, rights_type) 962 print(PrintIPCInformation.header) [all …]
|