brintos

brintos / llvm-project-archived public Read only

0
0
Text · 468 B · 55e2ac3 Raw
15 lines · plain
1# REQUIRES: native && system-linux && dbregs-set2# RUN: %clangxx_host -g %p/Inputs/fork.cpp -DTEST_CLONE -o %t3# RUN: %lldb -b -s %s %t | FileCheck %s4settings set target.process.follow-fork-mode child5settings set target.process.stop-on-exec false6process launch -s7watchpoint set variable -w write g_val8# CHECK: Watchpoint created:9continue10# CHECK: stop reason = watchpoint11continue12# CHECK: stop reason = watchpoint13continue14# CHECK: function run in exec'd child15