Home
last modified time | relevance | path

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

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