12 lines · plain
1# REQUIRES: native2# UNSUPPORTED: system-windows3# RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_FORK=fork -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