Files
qt-creator/src/plugins/debugger/debuggeritem.cpp
Alessandro Portale 7b4b1e2a72 Debugger: Fix debugger type detection of Android NDK LLDBs
NDKs usually ship the python libraries required by the NDKs LLDB.
However, these libraries reside in a different location.
DebuggerItem::addAndroidLldbPythonEnv takes care of finding that
location.

This change re-adds the recently remopved
DebuggerItem::addAndroidLldbPythonEnv call, so that LLDB can again be
detected.

Amends: b56a447a83

Fixes: QTCREATORBUG-31279
Change-Id: I78cb7dfd1abd96f7bc52e4adff9dddd054f8ac0b
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
2024-07-23 07:54:04 +00:00

17 KiB