Bump version to 19.1.0 (final)
[llvm-project.git] / lldb / test / Shell / Subprocess / vfork-follow-child-wp.test
blob548a089cd4fa4e0e742639d4c5456b267c13bcb9
1 # REQUIRES: native && dbregs-set
2 # UNSUPPORTED: system-darwin
3 # UNSUPPORTED: system-windows
4 # RUN: %clangxx_host -g %p/Inputs/fork.cpp -DTEST_FORK=vfork -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 process launch -s
9 watchpoint set variable -w write g_val
10 # CHECK: Watchpoint created:
11 continue
12 # CHECK: function run in exec'd child