13 lines · plain
1# REQUIRES: system-darwin2#3# RUN: %clang_host -g %S/Inputs/verbose_trap.m -o %t.out4# RUN: %lldb -b -s %s %t.out | FileCheck %s5 6run7# CHECK: thread #{{.*}}stop reason = Foo: Bar8frame info9# CHECK: frame #{{.*}}`main at verbose_trap.m10frame recognizer info 011# CHECK: frame 0 is recognized by Verbose Trap StackFrame Recognizer12q13