Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [lldb/Commands] Honor the scripting language passed | Jonas Devlieghere | 2019-12-21 | 1 | -0/+11 |
| | | | | | | This ensures that breakpoint command honors the scripting language passed with `-s`. Currently the argument ignores the actual language and only uses it to differentiate between lldb and script commands. | ||||
* | [lldb/test] Move script interpreter tests | Jonas Devlieghere | 2019-12-18 | 1 | -0/+135 |
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. |