Re: [lldb-dev] Error when using lldb-mi built with LLDB_DISABLE_PYTHON

2016-06-20 Thread Ilia K via lldb-dev
Hi! Unfortunately, this is a regression introduced in r251082. From that moment lldb-mi requires LLDB_DISABLE_PYTHON=0 for showing wide chars: char16/char32 types. If you cannot enable python support, I suggest you to: 1. ignore MI_add_summary's errors by returning TRUE: ``` Index:

[lldb-dev] Error when using lldb-mi built with LLDB_DISABLE_PYTHON

2016-06-17 Thread Pierson Lee (PIE) via lldb-dev
Hi, I've built lldb on tag release_38 (3.8.1) with the flag LLDB_DISABLE_PYTHON=1 and I'm getting the below error when running lldb-mi: MI: Error: Driver. LLDB Debugger. MI: Error: Driver Manager. Driver 'Machine Interface Driver Version: 1.0.0.9' (ID:'MIDriver') initialise failed. Driver.