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 63fae75 commit 2c6a296Copy full SHA for 2c6a296
lldb/test/Shell/Commands/command-breakpoint-by-addr.test
@@ -1,9 +1,11 @@
1
# 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
+# RUN: %lldb %t.out -b -s %s | FileCheck %s
+
+breakpoint set -a "main+26"
+breakpoint set -a "main+ 26"
+breakpoint set -a "main +26"
7
+breakpoint set -a "main + 26"
8
9
10
# CHECK: Breakpoint 1: address =
11
# CHECK: Breakpoint 2: address =
0 commit comments