xref: /llvm-project/lldb/test/Shell/ScriptInterpreter/Lua/watchpoint_callback.test (revision ba0eb7b66fd9dac7bf4883f70b65bded03a4b97a)
1# REQUIRES: lua
2# RUN: echo "int main() { return 0; }" | %clang_host -x c - -o %t
3# RUN: %lldb -s %s --script-language lua %t 2>&1 | FileCheck %s
4b main
5r
6watchpoint set expr 0x0
7watchpoint command add -s lua
8# CHECK: error: This script interpreter does not support watchpoint callbacks
9