9 lines · plain
1# REQUIRES: native && system-linux2# RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_CLONE -o %t3# RUN: %lldb -b -s %s %t | FileCheck %s4settings set target.process.follow-fork-mode child5settings set target.process.stop-on-exec false6b parent_func7process launch8# CHECK: function run in exec'd child9