aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Commands/command-process-launch-user-entry.test
blob: afdedc4dde1405a4495c4e859484c1dba8fe7ed8 (plain)
1
2
3
4
5
6
7
8
# RUN: %clang_host -g %S/Inputs/main.c -o %t
# RUN: %lldb %t -s %s -o exit | FileCheck %s

process launch -m
# CHECK-LABEL: process launch -m
# CHECK: Process {{.*}} stopped
# CHECK: stop reason = one-shot breakpoint 1
# CHECK:   frame #0: {{.*}}`main at main.c