Bump version to 19.1.0 (final)
[llvm-project.git] / lldb / test / Shell / Subprocess / fork-follow-child-softbp.test
blobd07ea3bbda9934c9204897695aef34cda5081375
1 # REQUIRES: native
2 # UNSUPPORTED: system-darwin
3 # UNSUPPORTED: system-windows
4 # RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_FORK=fork -o %t
5 # RUN: %lldb -b -s %s %t | FileCheck %s
6 settings set target.process.follow-fork-mode child
7 settings set target.process.stop-on-exec false
8 b child_func
9 b parent_func
10 process launch
11 # CHECK: stop reason = breakpoint
12 # CHECK-NEXT: child_func
13 continue
14 # CHECK: function run in exec'd child