| # XFAIL: windows | |
| # -> llvm.org/pr24452 | |
| # | |
| # RUN: %cc -o a.exe %p/inputs/break-insert.c -g | |
| # 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" | |