brintos

brintos / llvm-project-archived public Read only

0
0
Text · 413 B · e70715a Raw
14 lines · plain
1# REQUIRES: native && dbregs-set2# UNSUPPORTED: system-windows3# RUN: %clangxx_host -g %p/Inputs/fork.cpp -DTEST_FORK=fork -o %t4# RUN: %lldb -b -s %s %t | FileCheck %s5process launch -s6watchpoint set variable -w write g_val7# CHECK: Watchpoint created:8continue9# CHECK-NOT: function run in parent10# CHECK: stop reason = watchpoint11continue12# CHECK: function run in parent13# CHECK: function run in exec'd child14