• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# REQUIRES: lua
2# RUN: %lldb -s %s --script-language lua 2>&1 | FileCheck %s
3b main
4breakpoint command add -s lua
5# CHECK: error: This script interpreter does not support breakpoint callbacks
6