llvm-project/lldb/lit/Driver
Jonas Devlieghere c0b48ab631 Propagate command interpreter errors from lldlbinit
This patch ensures that we propagate errors coming from the lldbinit
file trough the command/script interpreter. Before, if you did something
like command script import syntax_error.py, and the python file
contained a syntax error, lldb wouldn't tell you about it. This changes
with the current patch: errors are now propagated by default.

PS: Jim authored this change and I added testing.

Differential revision: https://reviews.llvm.org/D61579

llvm-svn: 360216
2019-05-08 01:23:47 +00:00
..
Inputs Propagate command interpreter errors from lldlbinit 2019-05-08 01:23:47 +00:00
LocalLLDBInit.test Propagate command interpreter errors from lldlbinit 2019-05-08 01:23:47 +00:00
TestCommands.test
TestConvenienceVariables.test [lit] Make TestConvenienceVariables a cpp file 2018-12-19 17:10:21 +00:00
TestCore.test
TestFile.test
TestNoUseColor.test
TestRepl.test Update the lldb driver to support the -O and -S options when passing --repl 2019-03-25 15:38:18 +00:00
TestSingleQuote.test [testsuite] Add a comment explaining what this test does. 2019-02-12 23:02:53 +00:00