Home
last modified time | relevance | path

Searched refs:DebuggerException (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/
DDefaultController.py15 from dex.utils.Exceptions import DebuggerException, LoadDebuggerException
32 except DebuggerException:
33 raise LoadDebuggerException(DebuggerException.msg)
65 raise DebuggerException(
DConditionalController.py18 from dex.utils.Exceptions import DebuggerException
67 raise DebuggerException('Missing DexLimitSteps commands, cannot conditionally step.')
92 raise DebuggerException('DexLimitSteps commands are not supported by dbgeng')
/external/llvm-project/debuginfo-tests/dexter/dex/utils/
DExceptions.py20 class DebuggerException(Dexception): class
24 super(DebuggerException, self).__init__(msg)
32 class LoadDebuggerException(DebuggerException):
/external/llvm-project/debuginfo-tests/dexter/dex/tools/list_debuggers/
DTool.py14 from dex.utils.Exceptions import DebuggerException, Error
38 except DebuggerException as e:
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/lldb/
DLLDB.py18 from dex.utils.Exceptions import DebuggerException, LoadDebuggerException
108 raise DebuggerException(
116 raise DebuggerException(
153 raise DebuggerException('could not launch process')
155 raise DebuggerException('multiple threads not supported')
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/
DDebuggerBase.py17 from dex.utils.Exceptions import DebuggerException
37 except DebuggerException:
44 except DebuggerException:
DDebuggers.py22 from dex.utils.Exceptions import DebuggerException
170 raise DebuggerException(e)
/external/llvm-project/debuginfo-tests/dexter/dex/tools/run_debugger_internal_/
DTool.py17 from dex.utils.Exceptions import DebuggerException, Error
/external/llvm-project/debuginfo-tests/dexter/dex/tools/test/
DTool.py23 from dex.utils.Exceptions import DebuggerException
241 except (BuildScriptException, DebuggerException,
/external/llvm-project/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/
DTool.py22 from dex.utils.Exceptions import DebuggerException, Error
143 except DebuggerException:
/external/llvm-project/debuginfo-tests/dexter/dex/command/
DParseCommand.py31 from dex.utils.Exceptions import CommandParseError, DebuggerException
295 raise DebuggerException(msg)
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/
Ddbgeng.py15 from dex.utils.Exceptions import DebuggerException, LoadDebuggerException