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