Home
last modified time | relevance | path

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

/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsysobjs.py22 class IDebugSystemObjects4(Structure): class
27 wrp = partial(WINFUNCTYPE, c_long, POINTER(IDebugSystemObjects4))
86 IDebugSystemObjects4._fields_ = [("lpVtbl", POINTER(IDebugSystemObjects4Vtbl))]
H A Dclient.py190 self.sysobjects_ptr = cast(ptr, POINTER(sysobjs.IDebugSystemObjects4))