xref: /llvm-project/lldb/test/Shell/Commands/command-process-launch-user-entry.test (revision ac0dda894231e6281e7739aa0ea01a4e9697c747)
1# RUN: %clang_host -g %S/Inputs/main.c -o %t
2# RUN: %lldb %t -s %s -o exit | FileCheck %s
3
4process launch -m
5# CHECK-LABEL: process launch -m
6# CHECK: Process {{.*}} stopped
7# CHECK: stop reason = one-shot breakpoint 1
8# CHECK:   frame #0: {{.*}}`main at main.c
9