File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# RUN: %clang_host -g -O0 %S/Inputs/main.c -o %t.out
2- # RUN: %lldb -b -o 'breakpoint set -a "main+26"' %t.out | FileCheck %s --check-prefix CHECK
3- # RUN: %lldb -b -o 'breakpoint set -a "main+ 26"' %t.out | FileCheck %s --check-prefix CHECK
4- # RUN: %lldb -b -o 'breakpoint set -a "main +26"' %t.out | FileCheck %s --check-prefix CHECK
5- # RUN: %lldb -b -o 'breakpoint set -a "main + 26"' %t.out | FileCheck %s --check-prefix CHECK
6- # RUN: %lldb -b -o 'breakpoint set -a "main + 26"' %t.out | FileCheck %s --check-prefix CHECK
2+ # RUN: %lldb -b -o 'breakpoint set -a "main+26"' \
3+ # RUN: -o 'breakpoint set -a "main+ 26"' \
4+ # RUN: -o 'breakpoint set -a "main +26"' \
5+ # RUN: -o 'breakpoint set -a "main + 26"' \
6+ # RUN: -o 'breakpoint set -a "main + 26"' %t.out | FileCheck %s
77
88# CHECK: Breakpoint 1: address =
99# CHECK: Breakpoint 2: address =
You can’t perform that action at this time.
0 commit comments