Home
last modified time | relevance | path

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

/xnu-12377.81.4/tools/lldbmacros/core/
H A Dstandard.py33 def __exit__(self, exc_type, exc_value, traceback): argument
45 def __exit__(self, exc_type, exc_value, traceback): argument
62 def __exit__(self, exc_type, exc_value, traceback): argument
/xnu-12377.81.4/tools/lldbmacros/tests/lldbtest/
H A Dunittest.py41 from traceback import TracebackException, format_exception
/xnu-12377.81.4/tools/lldbmacros/
H A Dscheduler.py938 import traceback
939 traceback.print_exc()
H A Dxnu.py134 import traceback, textwrap
139 …tb = traceback.TracebackException.from_exception(exc, limit=None, lookup_lines=True, capture_local…