Home
last modified time | relevance | path

Searched refs:SBProcessRawIO (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/tools/lldbmacros/core/
H A Dio.py11 class SBProcessRawIO(io.RawIOBase): class
21 super(SBProcessRawIO, self).__init__()
/xnu-8020.121.3/tools/lldbmacros/
H A Dkext.py21 from core.io import SBProcessRawIO
105 procio = SBProcessRawIO(process, address, size)