Home
last modified time | relevance | path

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

/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/
Dclient.py37 class IDebugClient7(Structure): class
41 wrp = partial(WINFUNCTYPE, c_long, POINTER(IDebugClient7))
147 IDebugClient7._fields_ = [("lpVtbl", POINTER(IDebugClient7Vtbl))]
152 DbgEng.DebugCreate.argtypes = [POINTER(IID), POINTER(POINTER(IDebugClient7))]
156 ptr = POINTER(IDebugClient7)()