Home
last modified time | relevance | path

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

/xnu-8796.141.3/tools/lldbmacros/kmemory/
H A Dwhatis.py62 class WhatisProvider(object): class
86 return WhatisProvider(target)
145 if not issubclass(cls, WhatisProvider):
169 WhatisProvider.__name__,
H A Dvm.py161 class KernelMapWhatisProvider(WhatisProvider):
H A Dzone.py472 class ZoneWhatisProvider(WhatisProvider):
/xnu-8796.141.3/tools/lldbmacros/
H A Dkasan.py393 whatis = kmemory.WhatisProvider.get_shared()
416 whatis = kmemory.WhatisProvider.get_shared()
830 whatis = kmemory.WhatisProvider.get_shared()
H A Dkext.py663 class KextWhatisProvider(kmemory.WhatisProvider):
H A Dmemory.py263 whatis = kmemory.WhatisProvider.get_shared()
307 provider = kmemory.WhatisProvider.get_shared().find_provider(address)
890 whatis = kmemory.WhatisProvider.get_shared()