brintos

brintos / llvm-project-archived public Read only

0
0
Text · 698 B · dacef8d Raw
15 lines · plain
1# RUN: %clang_host -g %S/Inputs/main.c -o %t2 3# RUN: not %lldb %t -b -o 'b foo' -o 'r' -o 'thread backtrace --count -1' 2>&1 | FileCheck %s --check-prefix COUNT4# COUNT: error: invalid integer value for option 'c': -15 6# RUN: not %lldb %t -b -o 'b foo' -o 'r' -o 'thread backtrace --extended nah' 2>&1 | FileCheck %s --check-prefix EXTENDED7# EXTENDED: error: invalid boolean value for option 'e': nah8 9# RUN: not %lldb %t -b -o 'b foo' -o 'r' -o 'thread backtrace --start -1' 2>&1 | FileCheck %s --check-prefix START10# START: error: invalid integer value for option 's': -111 12# RUN: %lldb %t -b -o 'b foo' -o 'r' -o 'thread backtrace --count 0' | FileCheck %s13# CHECK: frame #0:14# CHECK: frame #1:15