Skip to content

Commit 2c6a296

Browse files
committed
fixup! turn test into commands file
1 parent 63fae75 commit 2c6a296

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

lldb/test/Shell/Commands/command-breakpoint-by-addr.test

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# RUN: %clang_host -g -O0 %S/Inputs/main.c -o %t.out
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
2+
# RUN: %lldb %t.out -b -s %s | FileCheck %s
3+
4+
breakpoint set -a "main+26"
5+
breakpoint set -a "main+ 26"
6+
breakpoint set -a "main +26"
7+
breakpoint set -a "main + 26"
8+
breakpoint set -a "main + 26"
79

810
# CHECK: Breakpoint 1: address =
911
# CHECK: Breakpoint 2: address =

0 commit comments

Comments
 (0)