Bump version to 19.1.0 (final)
[llvm-project.git] / lldb / test / Shell / Subprocess / clone-follow-child.test
blob42f603d3f1b4c234a0f5198953799c7b9eb3b6ff
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 parent_func
7 process launch
8 # CHECK: function run in exec'd child