brintos

brintos / llvm-project-archived public Read only

0
0
Text · 558 B · d0789ac Raw
17 lines · plain
1# Tests that the VerboseTrapFrameRecognizer stops2# walking the stack once a certain implementation-defined3# threshold is reached.4 5# UNSUPPORTED: system-windows6#7# RUN: %clangxx_host -g -O0 %S/Inputs/verbose_trap-in-stl-max-depth.cpp -o %t.out8# RUN: %lldb -b -s %s %t.out | FileCheck %s --check-prefixes=CHECK9 10run11# CHECK: thread #{{.*}}stop reason =12frame recognizer info 013# CHECK: frame 0 is recognized by Verbose Trap StackFrame Recognizer14frame info15# CHECK: frame #0: {{.*}}`__clang_trap_msg$Error$max depth at verbose_trap-in-stl-max-depth.cpp16q17