brintos

brintos / llvm-project-archived public Read only

0
0
Text · 430 B · 548a089 Raw
13 lines · plain
1# REQUIRES: native && dbregs-set2# UNSUPPORTED: system-darwin3# UNSUPPORTED: system-windows4# RUN: %clangxx_host -g %p/Inputs/fork.cpp -DTEST_FORK=vfork -o %t5# RUN: %lldb -b -s %s %t | FileCheck %s6settings set target.process.follow-fork-mode child7settings set target.process.stop-on-exec false8process launch -s9watchpoint set variable -w write g_val10# CHECK: Watchpoint created:11continue12# CHECK: function run in exec'd child13