Home
last modified time | relevance | path

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

/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/
Dcontrol.py67 class IDebugControl7(Structure): class
71 wrp = partial(WINFUNCTYPE, c_long, POINTER(IDebugControl7))
263 IDebugControl7._fields_ = [("lpVtbl", POINTER(IDebugControl7Vtbl))]
Dclient.py169 self.control_ptr = cast(ptr, POINTER(control.IDebugControl7))