blob: ef50bf530077c656e0667dd53a83a4d816d4244d [file] [log] [blame]
# RUN: %build %p/inputs/break-insert.c --nodefaultlib -o a.exe
# RUN: %lldbmi < %s | FileCheck %s
# Test that a breakpoint can be inserted before creating a target.
-break-insert breakpoint
# CHECK: ^done,bkpt={number="1"
-file-exec-and-symbols a.exe
# CHECK: ^done
-exec-run
# CHECK: ^running
# CHECK: *stopped,reason="breakpoint-hit"