Bump version to 19.1.0 (final)
[llvm-project.git] / lldb / test / Shell / Subprocess / vfork-follow-parent-wp.test
blob28c0e6620b04b976ef70ad78939ffbf1d0e76c3e
1 # REQUIRES: native && dbregs-set
2 # UNSUPPORTED: system-windows
3 # UNSUPPORTED: system-darwin
4 # RUN: %clangxx_host -g %p/Inputs/fork.cpp -DTEST_FORK=vfork -o %t
5 # RUN: %lldb -b -s %s %t | FileCheck %s
6 process launch -s
7 watchpoint set variable -w write g_val
8 # CHECK: Watchpoint created:
9 continue
10 # CHECK-NOT: function run in parent
11 # CHECK: stop reason = watchpoint
12 continue
13 # CHECK: function run in parent
14 # CHECK: function run in exec'd child