blob: 0dbb04e0fd67171384c50ba509ae07e6e98af305 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# REQUIRES: system-darwin
#
# RUN: %clang_host -g %S/Inputs/verbose_trap.m -o %t.out
# RUN: %lldb -b -s %s %t.out | FileCheck %s
run
# CHECK: thread #{{.*}}stop reason = Foo: Bar
frame info
# CHECK: frame #{{.*}}`main at verbose_trap.m
frame recognizer info 0
# CHECK: frame 0 is recognized by Verbose Trap StackFrame Recognizer
q
|