[lldb/ScriptInterpreter] Unify error message for command script importRather than checking for Python explicitly, let the script interpreterhandle things and print an error if the functionality is
[lldb/ScriptInterpreter] Unify error message for command script importRather than checking for Python explicitly, let the script interpreterhandle things and print an error if the functionality is not supported.
show more ...
[lldb/test] Move script interpreter testsCreate a new test for lldb launched without a script interpreter andmove it under a new `ScriptInterpreter` directory. Also movecrashlog.test there for co
[lldb/test] Move script interpreter testsCreate a new test for lldb launched without a script interpreter andmove it under a new `ScriptInterpreter` directory. Also movecrashlog.test there for consistency.