Home
last modified time | relevance | path

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

/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/
Dbreakpoint.py29 class DebugBreakpoint2(Structure): class
33 wrp = partial(WINFUNCTYPE, c_long, POINTER(DebugBreakpoint2))
67 DebugBreakpoint2._fields_ = [("lpVtbl", POINTER(DebugBreakpoint2Vtbl))]
Dcontrol.py77 idc_addbreakpoint2 = wrp(c_ulong, c_ulong, POINTER(POINTER(DebugBreakpoint2)))
334 breakpoint = POINTER(DebugBreakpoint2)()