xref: /llvm-project/lldb/test/Shell/ScriptInterpreter/Lua/watchpoint_callback.test (revision 0dd62ace2ee2fafcb9a08953db1b9e4e20428e28)
1# XFAIL: system-netbsd
2# RUN: %clang_host -x c %S/Inputs/val.c -g -o %t
3# RUN: %lldb -b -s %S/Inputs/watchpoint1.in --script-language lua %t 2>&1 | FileCheck %S/Inputs/watchpoint1.in
4# RUN: %lldb -b -s %S/Inputs/watchpoint2.in --script-language lua %t 2>&1 | FileCheck %S/Inputs/watchpoint2.in
5# RUN: %lldb -b -s %S/Inputs/watchpoint3.in --script-language lua %t 2>&1 | FileCheck %S/Inputs/watchpoint3.in
6