blob: c0bddbc1fdf5a8f5f10c9ff0f1a9e0e1cfb8605c [file] [log] [blame] [edit]
# REQUIRES: lua
# RUN: echo "int main() { return 0; }" | %clang_host -x c - -o %t
# RUN: %lldb -s %s --script-language lua %t 2>&1 | FileCheck %s
b main
r
watchpoint set expr 0x0
watchpoint command add -s lua
# CHECK: error: This script interpreter does not support watchpoint callbacks