Home
last modified time | relevance | path

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

/xnu-10002.41.9/tools/lldbmacros/
H A Dmemory.py5039 def GetDiagThresholdStatusNode(proc_val,interested_pid,show_all,human_readable): argument
5050 if interested_pid != -1 and int(interested_pid) != int(GetProcPID(proc_val)) :
5075 if diagmem_threshold == -1 and show_all == 0 and interested_pid == -1 :
5130 interested_pid = cmd_options["-P"]
5132 interested_pid = -1
5153 … current_line = GetDiagThresholdStatusNode(current_proc,interested_pid,show_all,human_readable)