Home
last modified time | relevance | path

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

/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dbreakpoint.py38 class DebugBreakpoint2(Structure): class
43 wrp = partial(WINFUNCTYPE, c_long, POINTER(DebugBreakpoint2))
78 DebugBreakpoint2._fields_ = [("lpVtbl", POINTER(DebugBreakpoint2Vtbl))]
H A Dcontrol.py89 idc_addbreakpoint2 = wrp(c_ulong, c_ulong, POINTER(POINTER(DebugBreakpoint2)))
358 breakpoint = POINTER(DebugBreakpoint2)()