Loading lldb/test/Shell/Commands/command-breakpoint-col.test +2 −0 Original line number Diff line number Diff line # UNSUPPORTED: system-windows # # RUN: %clang_host -g -O0 %S/Inputs/main.c -o %t.out # RUN: %lldb -b -o 'help breakpoint set' -o 'breakpoint set -f main.c -l 2 -u 21' %t.out | FileCheck %s # CHECK: -u <column> ( --column <column> ) Loading Loading
lldb/test/Shell/Commands/command-breakpoint-col.test +2 −0 Original line number Diff line number Diff line # UNSUPPORTED: system-windows # # RUN: %clang_host -g -O0 %S/Inputs/main.c -o %t.out # RUN: %lldb -b -o 'help breakpoint set' -o 'breakpoint set -f main.c -l 2 -u 21' %t.out | FileCheck %s # CHECK: -u <column> ( --column <column> ) Loading