Bump version to 19.1.0 (final)
[llvm-project.git] / lldb / test / Shell / Subprocess / vfork-follow-parent.test
blobc2777a3564c40569cd9bf291cc7401abda687732
1 # REQUIRES: native
2 # UNSUPPORTED: system-windows
3 # RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_FORK=vfork -o %t
4 # RUN: %lldb -b -s %s %t | FileCheck %s
5 b parent_func
6 process launch
7 # CHECK-NOT: function run in parent
8 # CHECK: stop reason = breakpoint
9 continue
10 # CHECK: function run in parent
11 # CHECK: function run in exec'd child