Searched refs:DebuggerException (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ |
D | DefaultController.py | 15 from dex.utils.Exceptions import DebuggerException, LoadDebuggerException 32 except DebuggerException: 33 raise LoadDebuggerException(DebuggerException.msg) 65 raise DebuggerException(
|
D | ConditionalController.py | 18 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/ |
D | Exceptions.py | 20 class DebuggerException(Dexception): class 24 super(DebuggerException, self).__init__(msg) 32 class LoadDebuggerException(DebuggerException):
|
/external/llvm-project/debuginfo-tests/dexter/dex/tools/list_debuggers/ |
D | Tool.py | 14 from dex.utils.Exceptions import DebuggerException, Error 38 except DebuggerException as e:
|
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/lldb/ |
D | LLDB.py | 18 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/ |
D | DebuggerBase.py | 17 from dex.utils.Exceptions import DebuggerException 37 except DebuggerException: 44 except DebuggerException:
|
D | Debuggers.py | 22 from dex.utils.Exceptions import DebuggerException 170 raise DebuggerException(e)
|
/external/llvm-project/debuginfo-tests/dexter/dex/tools/run_debugger_internal_/ |
D | Tool.py | 17 from dex.utils.Exceptions import DebuggerException, Error
|
/external/llvm-project/debuginfo-tests/dexter/dex/tools/test/ |
D | Tool.py | 23 from dex.utils.Exceptions import DebuggerException 241 except (BuildScriptException, DebuggerException,
|
/external/llvm-project/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/ |
D | Tool.py | 22 from dex.utils.Exceptions import DebuggerException, Error 143 except DebuggerException:
|
/external/llvm-project/debuginfo-tests/dexter/dex/command/ |
D | ParseCommand.py | 31 from dex.utils.Exceptions import CommandParseError, DebuggerException 295 raise DebuggerException(msg)
|
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/ |
D | dbgeng.py | 15 from dex.utils.Exceptions import DebuggerException, LoadDebuggerException
|