================
@@ -26,17 +26,19 @@ ScriptInterpreterNone::ScriptInterpreterNone(Debugger 
&debugger)
 
 ScriptInterpreterNone::~ScriptInterpreterNone() = default;
 
+static const char *no_interpreter_err_msg =
+    "There is no embedded script interpreter. Check that LLDB was built with a 
"
+    "scripting language enabled.\n";
----------------
DavidSpickett wrote:

Right, this also doesn't imply that not having scripting support is necessarily 
bad. It's just a choice made at some point.

https://github.com/llvm/llvm-project/pull/73321
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to