llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua
Pedro Tammela 280ae10774 [LLDB] fix error message for one-line breakpoint scripts
LLDB is ignoring compilation errors for one-line breakpoint scripts.
This patch fixes the issues and now the error message of the
ScriptInterpreter is shown to the user.

I had to remove a new-line character for the Lua interpreter since it
was duplicated.

Differential Revision: https://reviews.llvm.org/D92729
2020-12-07 11:21:07 +00:00
..
CMakeLists.txt [Lldb/Lua] Generate Lua Bindings 2019-12-21 11:28:41 -08:00
Lua.cpp [LLDB] fix error message for one-line breakpoint scripts 2020-12-07 11:21:07 +00:00
Lua.h [LLDB/Lua] add support for one-liner breakpoint callback 2020-11-30 14:12:26 +00:00
ScriptInterpreterLua.cpp [LLDB/Lua] add support for one-liner breakpoint callback 2020-11-30 14:12:26 +00:00
ScriptInterpreterLua.h [LLDB/Lua] add support for one-liner breakpoint callback 2020-11-30 14:12:26 +00:00