brintos

brintos / llvm-project-archived public Read only

0
0
Text · 633 B · 445f8d1 Raw
8 lines · plain
1# UNSUPPORTED: system-windows2#3# RUN: %clang_host -g -O0 %S/Inputs/main.c -o %t.out4# RUN: not %lldb -b -o 'breakpoint foo' %t.out -o exit 2>&1 | FileCheck %s --check-prefix BP-MSG5# RUN: not %lldb -b -o 'watchpoint set foo' %t.out -o exit 2>&1 | FileCheck %s --check-prefix WP-MSG6# CHECK: at main.c:2:217# BP-MSG: "foo" is not a valid subcommand of "breakpoint". Valid subcommands are: clear, command, delete, disable, enable, and others. Use "help breakpoint" to find out more.8# WP-MSG: "foo" is not a valid subcommand of "watchpoint set". Valid subcommands are: expression, variable. Use "help watchpoint set" to find out more.