[lldb/ScriptInterpreter] Fix stale/bogus error messages
authorJonas Devlieghere <jonas@devlieghere.com>
Sun, 22 Dec 2019 06:33:01 +0000 (22:33 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Sun, 22 Dec 2019 06:33:02 +0000 (22:33 -0800)
commitba0eb7b66fd9dac7bf4883f70b65bded03a4b97a
tree23411f2b43323688d2cb522e2cf5cc5aab6454e9
parent68cb7d85423c19a61c5d6afbc8e004a345a28856
[lldb/ScriptInterpreter] Fix stale/bogus error messages

Fix the nonsensical error messages for when breakpoint and watchpoint
callbacks are not supported.
lldb/source/Interpreter/ScriptInterpreter.cpp
lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_callback.test [new file with mode: 0644]
lldb/test/Shell/ScriptInterpreter/Lua/watchpoint_callback.test [new file with mode: 0644]