Home
last modified time | relevance | path

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

/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DExceptions.py25 def __init__(self, msg, orig_exception=None): argument
28 self.orig_exception = orig_exception
45 "not loaded", orig_exception=None
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/
H A DDebuggerBase.py90 if self._loading_error[1].orig_exception is not None:
91 orig_exception = traceback.format_exception(
92 *self._loading_error[1].orig_exception
95 if "".join(orig_exception) not in "".join(tb):
97 tb.extend(orig_exception)
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/windows/
H A DComInterface.py122 "{} [{}]".format(msg, class_string), orig_exception=exc