Home
last modified time | relevance | path

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

/xnu-11417.101.15/tools/lldbmacros/
H A Dmemory.py5379 def GetDiagThresholdStatusNode(proc_val,interested_pid,show_all,human_readable): argument
5390 if interested_pid != -1 and int(interested_pid) != int(GetProcPID(proc_val)) :
5418 if diagmem_threshold == -1 and show_all == 0 and interested_pid == -1 :
5473 interested_pid = cmd_options["-P"]
5475 interested_pid = -1
5496 … current_line = GetDiagThresholdStatusNode(current_proc,interested_pid,show_all,human_readable)