Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / Shell / Subprocess / clone-follow-child-softbp.test
blob4a35d6e7cf638b730b22b971ffe09ea325a00caf
1 # REQUIRES: native && system-linux
2 # RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_CLONE -o %t
3 # RUN: %lldb -b -s %s %t | FileCheck %s
4 settings set target.process.follow-fork-mode child
5 settings set target.process.stop-on-exec false
6 b child_func
7 b parent_func
8 process launch
9 # CHECK: stop reason = breakpoint
10 # CHECK-NEXT: child_func
11 continue
12 # CHECK: function run in exec'd child