forked from qt-creator/qt-creator
It's quite awkward that the user has to manually install pygdbmi for the LLDB summary provider to work. And if the user has python from homebrew, their 'pip3 install pygdbmi' won't be seen by LLDB either, causing confusion. By automatically installing pygdbmi via the python3 interpreter we know we're running under, we simplify this for the user. The user can opt out by setting QT_LLDB_SUMMARY_PROVIDER_NO_AUTO_INSTALL in the environment. Change-Id: Iad7935fd77e6f56ddf719126ef7ad1cb1a024877 Reviewed-by: hjk <hjk@qt.io>
104 KiB
104 KiB