Bump version to 19.1.0 (final)
[llvm-project.git] / lldb / test / Shell / Subprocess / clone-follow-child-wp.test
blob55e2ac344e128cc22f48f4090db0528ce90754fc
1 # REQUIRES: native && system-linux && dbregs-set
2 # RUN: %clangxx_host -g %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 process launch -s
7 watchpoint set variable -w write g_val
8 # CHECK: Watchpoint created:
9 continue
10 # CHECK: stop reason = watchpoint
11 continue
12 # CHECK: stop reason = watchpoint
13 continue
14 # CHECK: function run in exec'd child