Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Dprocess.py299 def GetTaskSummary(task: Optional[value], showcorpse=False) -> str: argument
335 if showcorpse is True and unsigned(task.corpse_info) != 0:
1179 showcorpse = False
1182 showcorpse = True
1192 … print(GetTaskSummary(t, showcorpse) + " " + (GetTaskRoleSummary(t) + " " if showrole else "")