Searched refs:traceback (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.81.4/tools/lldbmacros/core/ |
| H A D | standard.py | 33 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 D | unittest.py | 41 from traceback import TracebackException, format_exception
|
| /xnu-12377.81.4/tools/lldbmacros/ |
| H A D | scheduler.py | 938 import traceback 939 traceback.print_exc()
|
| H A D | xnu.py | 134 import traceback, textwrap 139 …tb = traceback.TracebackException.from_exception(exc, limit=None, lookup_lines=True, capture_local…
|