Home
last modified time | relevance | path

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

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsetup.py105 Client.Control.SetExecutionStatus(control.DebugStatus.DEBUG_STATUS_GO)
132 if client.Control.GetExecutionStatus() == control.DebugStatus.DEBUG_STATUS_NO_DEBUGGEE:
H A Dcontrol.py265 class DebugStatus(IntEnum): class
300 status = DebugStatus(self.ulong.value)
306 assert isinstance(status, DebugStatus)