Home
last modified time | relevance | path

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

/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsetup.py111 Client.Control.SetExecutionStatus(control.DebugStatus.DEBUG_STATUS_GO)
141 == control.DebugStatus.DEBUG_STATUS_NO_DEBUGGEE
H A Dcontrol.py281 class DebugStatus(IntEnum): class
318 status = DebugStatus(self.ulong.value)
324 assert isinstance(status, DebugStatus)