Home
last modified time | relevance | path

Searched refs:traceback (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/tools/lldbmacros/core/
H A Dstandard.py31 def __exit__(self, exc_type, exc_value, traceback): argument
43 def __exit__(self, exc_type, exc_value, traceback): argument
60 def __exit__(self, exc_type, exc_value, traceback): argument
/xnu-11215/tools/lldbmacros/tests/lldbtest/
H A Dunittest.py41 from traceback import TracebackException, format_exception
/xnu-11215/tools/lldbmacros/
H A Dscheduler.py913 import traceback
914 traceback.print_exc()
H A Dxnu.py129 import traceback, textwrap
134 …tb = traceback.TracebackException.from_exception(exc, limit=None, lookup_lines=True, capture_local…