bolt/deps/llvm-18.1.8/lldb/test/Shell/Commands/command-process-launch-user-entry.test

9 lines
262 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
# 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