Lines Matching refs:stepping
3 # This tests that stepping continues to work when replaying a reproducer.
6 # RUN: %clang_host %S/Inputs/stepping.c -O0 -g -o %t.out
12 # Set breakpoints in a,b and c and verify we stop there when stepping.
14 breakpoint set -f stepping.c -l 28
15 # CHECK: Breakpoint 1: {{.*}} stepping.c:28
17 breakpoint set -f stepping.c -l 10
18 # CHECK: Breakpoint 2: {{.*}} stepping.c:10
20 breakpoint set -f stepping.c -l 19
21 # CHECK: Breakpoint 3: {{.*}} stepping.c:19
23 breakpoint set -f stepping.c -l 23
24 # CHECK: Breakpoint 4: {{.*}} stepping.c:23