<div dir="ltr"><div><div>Dear lldb dev team,<br><br></div>I am working on running lldb-mi on arm32 device(like rpi) for remote debugging usage.<br></div><div>Is there any way to run lldb-mi with python disabled ?<br></div><div>When building lldb with LLDB_DISABLE_PYTHON, it seems that dataformatter initialization is failed due to the following code in MICmnLLDBDebugger.cpp:59   <br clear="all"></div><div><div><div><div><br>//++<br>//------------------------------------------------------------------------------------<br>// MI summary helper routines<br>static inline bool MI_add_summary(lldb::SBTypeCategory category,<br>                                  const char *typeName,<br>                                  lldb::SBTypeSummary::FormatCallback cb,<br>                                  uint32_t options, bool regex = false) {<br>#if defined(LLDB_DISABLE_PYTHON)<br>  return false;<br>#else<br>  lldb::SBTypeSummary summary =<br>      lldb::SBTypeSummary::CreateWithCallback(cb, options);<br>  return summary.IsValid()<br>             ? category.AddTypeSummary(<br>                   lldb::SBTypeNameSpecifier(typeName, regex), summary)<br>             : false;<br>#endif<br>}<br><br></div><div>Thank you.<br><br></div><div>BR,<br></div><div>Chunseok Lee<br><br></div><div>-- <br><div class="gmail_signature">Where Do We come from? What Are We? Where Are We Going?</div>
</div></div></div></div></div>