Searched refs:PrintIPCInformation (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | ipc.py | 450 print PrintIPCInformation.header 451 PrintIPCInformation(ipc, False, False) 490 print PrintIPCInformation.header 491 PrintIPCInformation(t.itk_space, False, False) + "\n\n" 711 def PrintIPCInformation(space, show_entries=False, show_userstack=False, rights_filter=0): function 781 print PrintIPCInformation.header 782 PrintIPCInformation(ipc, True, False, rights_type) 823 print PrintIPCInformation.header 824 PrintIPCInformation(tval.itk_space, True, False, rights_type) 896 print PrintIPCInformation.header [all …]
|