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