1# XFAIL: target-arm && linux-gnu
2# XFAIL: system-freebsd
3# XFAIL: system-netbsd
4# UNSUPPORTED: system-windows
5# RUN: %clang_host -g -O0 %S/Inputs/assert.c -o %t.out
6# RUN: %lldb -b -s %s %t.out | FileCheck %s
7run
8# CHECK: thread #{{.*}}stop reason = hit program assert
9frame info
10# CHECK: frame #{{.*}}`main at assert.c
11frame recognizer info 0
12# CHECK: frame 0 is recognized by Assert StackFrame Recognizer
13set set thread-format "{${thread.stop-reason-raw}}\n"
14thread info
15# CHECK: signal SIGABRT
16q
17