Home
last modified time | relevance | path

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

/xnu-12377.41.6/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.py358 class KernelMapWhatisProvider(WhatisProvider):
H A Dzone.py418 class ZoneWhatisProvider(WhatisProvider):
/xnu-12377.41.6/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.py728 class KextWhatisProvider(kmemory.WhatisProvider):
H A Dmemory.py199 provider = kmemory.WhatisProvider.get_shared().find_provider(address)
795 whatis = kmemory.WhatisProvider.get_shared()