We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45312f6 commit 24f1cf0Copy full SHA for 24f1cf0
lldb/lit/Settings/command-breakpoint-col.test
@@ -1,6 +1,6 @@
1
# UNSUPPORTED: system-windows
2
#
3
-# RUN: %clang_host -g -O0 %S/Inputs/main.c -o %t.out
+# RUN: %clang -g -O0 %S/Inputs/main.c -o %t.out
4
# RUN: %lldb -b -o 'help breakpoint set' -o 'breakpoint set -f main.c -l 2 -u 21' %t.out | FileCheck %s --check-prefix HELP --check-prefix CHECK
5
# RUN: %lldb -b -o 'help _regexp-break' -o 'b main.c:2:21' %t.out | FileCheck %s --check-prefix HELP-REGEX --check-prefix CHECK
6
# HELP: -u <column> ( --column <column> )
0 commit comments