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