Searched refs:kobject_types (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/tools/lldbmacros/
H A Dxnudefines.py8 Please take a look at example of kobject_types below before making changes to this file.
63 kobject_types = ['', 'THREAD', 'TASK', 'HOST', 'HOST_PRIV', 'PROCESSOR', 'PSET', 'PSET_NAME', 'TIMER', 'PAGER_REQ', 'DEVICE', 'XMM_OBJECT', 'XMM_PAGER', 'XMM_KERNEL', 'XMM_REPLY', variable
H A Dipc.py257 if objtype_index < len(xnudefines.kobject_types) :
258 desc_str = "kobject({0:s})".format(xnudefines.kobject_types[objtype_index])
259 if xnudefines.kobject_types[objtype_index] in ('TASK_RESUME', 'TASK'):

Completed in 22 milliseconds