brintos

brintos / llvm-project-archived public Read only

0
0
Text · 443 B · 28c0e66 Raw
15 lines · plain
1# REQUIRES: native && dbregs-set2# UNSUPPORTED: system-windows3# UNSUPPORTED: system-darwin4# RUN: %clangxx_host -g %p/Inputs/fork.cpp -DTEST_FORK=vfork -o %t5# RUN: %lldb -b -s %s %t | FileCheck %s6process launch -s7watchpoint set variable -w write g_val8# CHECK: Watchpoint created:9continue10# CHECK-NOT: function run in parent11# CHECK: stop reason = watchpoint12continue13# CHECK: function run in parent14# CHECK: function run in exec'd child15