<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Mar 7, 2019 at 11:03 AM Jim Ingham via lldb-dev <<a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Even though you can just use debugserver/lldb-server and debug remotely, many people find it handy to be able to run a debugger directly on the device they are using.  But requiring that you port Python and bundle it with your embedded platform just to get a debugger there is a pretty big ask.  So it is still quite useful to be able to build lldb without Python.  This option hasn't been broken all that frequently in our uses, but if it is being a problem, the better solution would be to set up a bot to build with this option, so we can make sure it keeps working.<br></blockquote><div><br></div><div>That's true, but there's a maintenance burden associated with this handiness, and if nobody uses it that much (or at all?), it's better IMO to optimize for low maintenance.  Every time I've tried this configuration it has been broken, which leads me to believe that in practice nobody is actually using it.  If that really is the case, I'd rather it be gone.  I don't think we should keep code around just in case, without specific evidence that it's providing value.</div></div></div>