brintos

brintos / llvm-project-archived public Read only

0
0
Text · 262 B · afdedc4 Raw
9 lines · plain
1# RUN: %clang_host -g %S/Inputs/main.c -o %t2# RUN: %lldb %t -s %s -o exit | FileCheck %s3 4process launch -m5# CHECK-LABEL: process launch -m6# CHECK: Process {{.*}} stopped7# CHECK: stop reason = one-shot breakpoint 18# CHECK:   frame #0: {{.*}}`main at main.c9