Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [lldb/ScriptInterpreter] Unify error message for command script import | Jonas Devlieghere | 2019-12-22 | 1 | -0/+2 |
| | | | | | Rather than checking for Python explicitly, let the script interpreter handle things and print an error if the functionality is not supported. | ||||
* | [lldb/test] Move script interpreter tests | Jonas Devlieghere | 2019-12-18 | 1 | -0/+2 |
Create a new test for lldb launched without a script interpreter and move it under a new `ScriptInterpreter` directory. Also move crashlog.test there for consistency. |