3 # RUN: %build %p/Inputs/dummy-target.c -o dummy.out
4 # RUN: %lldb -b -s %s dummy.out | FileCheck %s
6 breakpoint set -D -n main
7 # CHECK: Breakpoint {{[0-9]}}: no locations (pending).
8 # CHECK: Breakpoint set in dummy target
11 # CHECK: No breakpoints currently set
14 # CHECK: name = 'main', locations = 0 (pending)
17 # CHECK: 1 targets deleted
19 target create dummy.out
20 # CHECK: Current executable set to {{.*}}dummy.out
23 # CHECK: name = 'main', locations = {{[1-9]}}