Fix the nonsensical error messages for when breakpoint and watchpoint callbacks are not supported.
6 lines
192 B
Plaintext
6 lines
192 B
Plaintext
# REQUIRES: lua
|
|
# RUN: %lldb -s %s --script-language lua 2>&1 | FileCheck %s
|
|
b main
|
|
breakpoint command add -s lua
|
|
# CHECK: error: This script interpreter does not support breakpoint callbacks
|