brintos

brintos / llvm-project-archived public Read only

0
0
Text · 380 B · 4a35d6e Raw
13 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 child_func7b parent_func8process launch9# CHECK: stop reason = breakpoint10# CHECK-NEXT: child_func11continue12# CHECK: function run in exec'd child13