Skip to content

Commit b70126a

Browse files
committed
fixup! add more test cases
1 parent 32ad53a commit b70126a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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
26
# RUN: %lldb -b -o 'breakpoint set -a "main + 26"' %t.out | FileCheck %s --check-prefix CHECK
7+
38
# CHECK: Breakpoint 1: address =
9+
# CHECK: Breakpoint 2: address =
10+
# CHECK: Breakpoint 3: address =
11+
# CHECK: Breakpoint 4: address =
12+
# CHECK: Breakpoint 5: address =

0 commit comments

Comments
 (0)