blob: c27bc44484dfb04fbb696657cfa20aa91f56a3c7 [file] [log] [blame]
# XFAIL: system-netbsd
#
# RUN: %build %p/inputs/main.c --nodefaultlib -o %t
# RUN: %lldbmi %t < %s | FileCheck %s
# Test lldb-mi -exec-continue command.
# Check that we have a valid target created via '%lldbmi %t'.
# CHECK: ^done
settings set symbols.enable-external-lookup false
# CHECK: ^done
-break-insert main
# CHECK: ^done,bkpt={number="1"
-exec-run
# CHECK: ^running
# CHECK: *stopped,reason="breakpoint-hit"
-exec-continue
# CHECK: ^running