Home
last modified time | relevance | path

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

/xnu-12377.81.4/tools/lldbmacros/
H A Dmemorystatus.py13 class PControlAction(Enum): class
83 pc_control = PControlAction(proc.p_pcaction & 0xffff).name
84 pc_action = PControlAction((proc.p_pcaction) >> 16).name