<rdar://problem/13147878>
authorEnrico Granata <egranata@apple.com>
Tue, 19 Feb 2013 22:34:01 +0000 (22:34 +0000)
committerEnrico Granata <egranata@apple.com>
Tue, 19 Feb 2013 22:34:01 +0000 (22:34 +0000)
commit4af6bf63ca5e1636b8d3cb51b78f23a947228fb9
tree6847b8e541360262a058bb4db71ceea17095d542
parent10c97e5ca0d9214ac2296b1f07a50fbaf9477b04
<rdar://problem/13147878>
Be more user-friendly about not having scripting enabled:
a) if Python was built-out then tell people about it explicitly
b) if we are told to use none as a scripting language, then tell people about that too

This should limit the cases where the semi-cryptic error message "there is no embedded script interpreter in this mode." actually shows

llvm-svn: 175570
lldb/source/Interpreter/CommandObjectScript.cpp