Home
last modified time | relevance | path

Searched refs:orig_exception (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/debuginfo-tests/dexter/dex/utils/
DExceptions.py23 def __init__(self, msg, orig_exception=None): argument
26 self.orig_exception = orig_exception
42 self).__init__('not loaded', orig_exception=None)
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/
DDebuggerBase.py77 if self._loading_error[1].orig_exception is not None:
78 orig_exception = traceback.format_exception(
79 *self._loading_error[1].orig_exception)
81 if ''.join(orig_exception) not in ''.join(tb):
83 tb.extend(orig_exception)
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/visualstudio/windows/
DComInterface.py119 '{} [{}]'.format(msg, class_string), orig_exception=exc)