brintos

brintos / llvm-project-archived public Read only

0
0
Text · 293 B · 70e1332 Raw
6 lines · plain
1# RUN: %clang_host -g %S/Inputs/main.c -o %t2# RUN: %lldb -b -o 'target stop-hook add --name test --shlib test -o "expression 95000 + 126"' -o 'file %t' -o 'b main' -o 'r' 2>&1 | FileCheck %s3# CHECK: Stop hook #1 added4# CHECK-NOT: (lldb) expression 95000 + 1265# CHECK-NOT: (int) $0 = 951266