xref: /llvm-project/lldb/test/Shell/Recognizer/verbose_trap-in-stl-nested.test (revision bca507387ae1945137214ec7fb80b709927ee6e8)
1*bca50738SMichael Buch# Tests that we show the first non-STL frame when
2*bca50738SMichael Buch# a verbose_trap triggers from within the STL.
3*bca50738SMichael Buch
4*bca50738SMichael Buch# UNSUPPORTED: system-windows
5*bca50738SMichael Buch#
6*bca50738SMichael Buch# RUN: %clang_host -g -O0 %S/Inputs/verbose_trap-in-stl-nested.cpp -o %t.out
7*bca50738SMichael Buch# RUN: %lldb -b -s %s %t.out | FileCheck %s --check-prefixes=CHECK
8*bca50738SMichael Buch
9*bca50738SMichael Buchrun
10*bca50738SMichael Buch# CHECK: thread #{{.*}}stop reason = Bounds error: out-of-bounds access
11*bca50738SMichael Buchframe info
12*bca50738SMichael Buch# CHECK: frame #{{.*}}`g() at verbose_trap-in-stl-nested.cpp
13*bca50738SMichael Buchq
14