blob: 68a4ea612c0d10f1a8b9eafcdac2264c73e1a5cb [file] [edit]
# Tests that we show the first non-STL frame when
# a verbose_trap triggers from within the STL.
# UNSUPPORTED: system-windows
#
# RUN: %clangxx_host -g -O0 %S/Inputs/verbose_trap-in-stl-nested.cpp -o %t.out
# RUN: %lldb -b -s %s %t.out | FileCheck %s --check-prefixes=CHECK
run
# CHECK: thread #{{.*}}stop reason = Bounds error: out-of-bounds access
frame info
# CHECK: frame #{{.*}}`g() at verbose_trap-in-stl-nested.cpp
q