Home
last modified time | relevance | path

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

/xnu-11215.81.4/tools/lldbmacros/kmemory/ !
H A Dwhatis.py55 class WhatisProvider(object): class
79 return WhatisProvider(target)
138 if not issubclass(cls, WhatisProvider):
162 WhatisProvider.__name__,
H A Dvm.py166 class KernelMapWhatisProvider(WhatisProvider):
H A Dzone.py466 class ZoneWhatisProvider(WhatisProvider):
/xnu-11215.81.4/tools/lldbmacros/ !
H A Dkasan.py388 whatis = kmemory.WhatisProvider.get_shared()
411 whatis = kmemory.WhatisProvider.get_shared()
824 whatis = kmemory.WhatisProvider.get_shared()
H A Dkext.py723 class KextWhatisProvider(kmemory.WhatisProvider):
H A Dmemory.py218 whatis = kmemory.WhatisProvider.get_shared()
262 provider = kmemory.WhatisProvider.get_shared().find_provider(address)
855 whatis = kmemory.WhatisProvider.get_shared()