Home
last modified time | relevance | path

Searched refs:GetExecutionStatus (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.py132 if client.Control.GetExecutionStatus() == control.DebugStatus.DEBUG_STATUS_NO_DEBUGGEE:
136 client.Control.GetExecutionStatus()
H A Dcontrol.py297 def GetExecutionStatus(self, doprint=False): member in Control
298 ret = self.vt.GetExecutionStatus(self.control, byref(self.ulong))