Home
last modified time | relevance | path

Searched refs:LoadDebuggerException (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/debuginfo-tests/dexter/dex/debugger/lldb/
DLLDB.py18 from dex.utils.Exceptions import DebuggerException, LoadDebuggerException
37 raise LoadDebuggerException(
67 raise LoadDebuggerException(str(e), sys.exc_info())
69 raise LoadDebuggerException(
74 raise LoadDebuggerException(
86 raise LoadDebuggerException(msg, sys.exc_info())
/external/llvm-project/debuginfo-tests/dexter/dex/utils/
DExceptions.py32 class LoadDebuggerException(DebuggerException): class
37 class NotYetLoadedDebuggerException(LoadDebuggerException):
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/visualstudio/
DVisualStudio.py17 from dex.utils.Exceptions import Error, LoadDebuggerException
28 raise LoadDebuggerException(e, sys.exc_info())
62 raise LoadDebuggerException(
69 raise LoadDebuggerException(str(e), sys.exc_info())
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/
Ddbgeng.py15 from dex.utils.Exceptions import DebuggerException, LoadDebuggerException
49 … raise LoadDebuggerException('Can\'t run Dexter dbgeng on 32 bit python in a 64 bit environment')
52 raise LoadDebuggerException('DbgEng supports Windows only')
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/
DDefaultController.py15 from dex.utils.Exceptions import DebuggerException, LoadDebuggerException
33 raise LoadDebuggerException(DebuggerException.msg)
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/visualstudio/windows/
DComInterface.py18 from dex.utils.Exceptions import LoadDebuggerException
118 raise LoadDebuggerException(