Home
last modified time | relevance | path

Searched refs:WinError (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dutils.py22 class WinError(Exception): class
25 super(WinError, self).__init__(msg)
34 raise WinError(msg, res)
H A Dprobe_process.py43 except WinError as e:
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/commandline/
H A DTestGdbRemoteConnection.py76 raise ctypes.WinError(ctypes.get_last_error())
83 raise ctypes.WinError(ctypes.get_last_error())
88 raise ctypes.WinError(ctypes.get_last_error())
95 raise ctypes.WinError(ctypes.get_last_error())
99 raise ctypes.WinError(ctypes.get_last_error())
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Dutil.py135 from ctypes import GetLastError, WinError
144 raise WinError(GetLastError())
H A DTestRunner.py464 from ctypes import windll, WinError, POINTER
499 raise WinError(result)