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