Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Duserspace.py303 ppname = GetProcNameForPid(ppid),
H A Dipc.py420 return "{0:s} ({1:d})".format(GetProcNameForPid(kmsgpid), kmsgpid)
H A Dprocess.py151 def GetProcNameForPid(pid): function