brintos

brintos / llvm-project-archived public Read only

0
0
Text · 331 B · c2777a3 Raw
12 lines · plain
1# REQUIRES: native2# UNSUPPORTED: system-windows3# RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_FORK=vfork -o %t4# RUN: %lldb -b -s %s %t | FileCheck %s5b parent_func6process launch7# CHECK-NOT: function run in parent8# CHECK: stop reason = breakpoint9continue10# CHECK: function run in parent11# CHECK: function run in exec'd child12