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 32ad53a commit b70126aCopy full SHA for b70126a
lldb/test/Shell/Commands/command-breakpoint-by-addr.test
@@ -1,3 +1,12 @@
1
# 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
7
+
8
# 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