llvm-project/lldb/test/Shell/ScriptInterpreter/Python
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
..
Crashlog [lldb] Fix another Python2/3 string<->bytes type error in patch-crashlog.py 2020-11-19 19:24:40 +01:00
Inputs [lldb] Support Python imports relative the to the current file being sourced 2020-10-27 09:20:45 -07:00
command_relative_import.test [lldb] Support Python imports relative the to the current file being sourced 2020-10-27 09:20:45 -07:00
eof.test [lldb/Python] Fix the infinitely looping Python prompt bug 2020-06-16 11:05:19 -07:00
fail_breakpoint_oneline.test [LLDB] fix error message for one-line breakpoint scripts 2020-12-07 11:21:07 +00:00
lit.local.cfg [lldb/Test] Use lit.local.cfg to mark whole directory as (un)supported. 2020-01-27 15:11:00 -08:00
python.test [lldb] Add -l/--language option to script command 2020-09-15 09:40:17 -07:00
sb_address_exception.test [lldb/Bindings] Raise exception when using properties that rely on lldb.target 2020-05-29 22:11:21 -07:00
scripted_breakpoint.test [lldb/Test] Skip script interpreter tests reading from stdin for lldb-repro 2020-01-22 15:22:25 -08:00
scripted_breakpoint_lua.test [LLDB/Python] Fix segfault on Python scripted entrypoints 2020-12-02 11:25:31 +00:00