Home
last modified time | relevance | path

Searched defs:ExecuteCommandTimeoutException (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/test/API/lua_api/
H A DTestLuaAPI.py50 class ExecuteCommandTimeoutException(Exception): class
/llvm-project/llvm/utils/lit/lit/
H A Dutil.py339 class ExecuteCommandTimeoutException(Exception): class