Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dexceptions.py3 import traceback
22 tblist = traceback.extract_tb(sys.exc_info()[2])
25 tblist = traceback.format_list(tblist)
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Daix-func-align.ll4 ; RUN: -xcoff-traceback-table=false < %s | FileCheck %s
6 ; RUN: -xcoff-traceback-table=false < %s | FileCheck %s
9 ; RUN: -xcoff-traceback-table=false -filetype=obj -o %t.o < %s
13 ; RUN: -xcoff-traceback-table=false -filetype=obj -o %t64.o < %s
H A Daix-xcoff-mergeable-str.ll6 ; RUN: llc -verify-machineinstrs -mcpu=pwr4 -mattr=-altivec -xcoff-traceback-table=false \
8 ; RUN: llc -verify-machineinstrs -mcpu=pwr4 -mattr=-altivec -xcoff-traceback-table=false \
12 ; RUN: -xcoff-traceback-table=false -data-sections=false -filetype=obj -o %t.o < %s
H A Daix-return55.ll2 ; RUN: -verify-machineinstrs -data-sections=false -xcoff-traceback-table=false < %s | FileCheck…
4 ; RUN: -verify-machineinstrs -data-sections=false -xcoff-traceback-table=false -filetype=obj -o…
9 ; RUN: -verify-machineinstrs -data-sections=false -xcoff-traceback-table=false \
H A Daix-xcoff-data-sections.ll2 ; RUN: -data-sections -xcoff-traceback-table=false < %s | \
7 ; RUN: -filetype=obj -data-sections -xcoff-traceback-table=false -o %t.o < %s
13 ; RUN: -xcoff-traceback-table=false < %s | \
18 ; RUN: -xcoff-traceback-table=false -filetype=obj -o %t.o < %s
24 ; RUN: -xcoff-traceback-table=false < %s | \
27 ; RUN: -xcoff-traceback-table=false < %s | \
30 ; RUN: -xcoff-traceback-table=false -filetype=obj -o %t.o < %s
H A Daix-xcoff-mergeable-const.ll4 ; RUN: -data-sections=false -xcoff-traceback-table=false < %s | \
7 ; RUN: -xcoff-traceback-table=false -data-sections=false < %s | \
10 ; RUN: -xcoff-traceback-table=false -data-sections=false -filetype=obj -o %t.o < %s
H A Dpgo-ref-directive.ll3 …instrs -mcpu=pwr4 -mattr=-altivec -mtriple powerpc-ibm-aix-xcoff -xcoff-traceback-table=false < %t…
4 …instrs -mcpu=pwr4 -mattr=-altivec -mtriple powerpc-ibm-aix-xcoff -xcoff-traceback-table=false < %t…
5 …instrs -mcpu=pwr4 -mattr=-altivec -mtriple powerpc-ibm-aix-xcoff -xcoff-traceback-table=false < %t…
H A Daix-xcoff-textdisassembly.ll2 ; RUN: -xcoff-traceback-table=false -filetype=obj -o %t.o < %s
H A Daix-alloca-r31.ll3 ; RUN: -mattr=+altivec -vec-extabi -xcoff-traceback-table=true < %s | \
7 ; RUN: -mattr=+altivec -vec-extabi -xcoff-traceback-table=true < %s | \
H A Daix-alias.ll5 ; RUN: -mattr=-altivec -data-sections=false -xcoff-traceback-table=false < %s | \
8 ; RUN: -mattr=-altivec -data-sections=false -xcoff-traceback-table=false < %s | \
H A Daix-emit-tracebacktable-ssp.ll25 ; Not emitting traceback bit when no unwinding needed.
/llvm-project-15.0.7/llvm/test/TableGen/
H A DJSON-check.py5 import traceback
31 exception = traceback.format_exc().splitlines()[-1]
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Dworker.py12 import traceback
82 output += traceback.format_exc()
H A DTestingConfig.py135 import traceback
138 path, traceback.format_exc()))
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dresult.py6 import traceback
168 msgLines = traceback.format_exception(exctype, value, tb, length)
170 msgLines = traceback.format_exception(exctype, value, tb)
H A Dloader.py7 import traceback
30 if hasattr(traceback, 'format_exc'):
33 message += '\n%s' % traceback.format_exc()
/llvm-project-15.0.7/mlir/utils/jupyter/mlir_opt_kernel/
H A Dkernel.py9 import traceback
169 traceback.print_exc()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A Drun-clang-tidy.py51 import traceback
379 traceback.print_exc()
388 traceback.print_exc()
H A Dclang-tidy-diff.py37 import traceback
272 traceback.print_exc()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/
H A DDebuggerBase.py12 import traceback
88 tb = traceback.format_exception(*self._loading_error)
91 orig_exception = traceback.format_exception(
/llvm-project-15.0.7/lldb/examples/python/
H A Dpytracer.py9 def __init__(self, traceback): argument
10 self.t = traceback
173 def exceptionEvent(self, frame, exception, value, traceback): argument
/llvm-project-15.0.7/llvm/utils/
H A Dllvm-compilers-check77 import traceback
276 traceback.print_exc()
313 traceback.print_exc()
342 traceback.print_exc()
H A Ddemangle_tree.py15 import traceback
207 traceback.print_exc()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dgdbclientutils.py6 import traceback
511 traceback.print_exc()
527 traceback.print_exc()
/llvm-project-15.0.7/clang/tools/scan-view/share/
H A DScanView.py126 import traceback
128 traceback.print_exc(file=s)
282 import traceback
285 traceback.print_exc(file=s)

12