aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androidrunnerworker.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-04-15 05:17:27 +0200
committerhjk <hjk@qt.io>2020-04-16 04:54:22 +0000
commitd7b1adae7872bcb10bf926b94b9845198f41e012 (patch)
treecd5cfdd68152f251ad0658f838694943588093f0 /src/plugins/android/androidrunnerworker.h
parent5b15e7e4156bafbe0a96bbf3af8edcc96043162c (diff)
Android: Setup lldb-server path in AndroidRunner
Currently unused, guarded by an always-false m_useLldb flag. Change-Id: Icedfa4bace3d5160cdc3d4fbcf72a22d74d0aa0f Reviewed-by: BogDan Vatra <bogdan@kdab.com>
Diffstat (limited to 'src/plugins/android/androidrunnerworker.h')
-rw-r--r--src/plugins/android/androidrunnerworker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/android/androidrunnerworker.h b/src/plugins/android/androidrunnerworker.h
index 4b2dc885bd..d9b29a8004 100644
--- a/src/plugins/android/androidrunnerworker.h
+++ b/src/plugins/android/androidrunnerworker.h
@@ -101,6 +101,7 @@ private:
QRegExp m_logCatRegExp;
QFuture<qint64> m_pidFinder;
bool m_useCppDebugger = false;
+ bool m_useLldb = false; // FIXME: Un-implemented currently.
QmlDebug::QmlDebugServicesPreset m_qmlDebugServices;
Utils::Port m_localDebugServerPort; // Local end of forwarded debug socket.
QUrl m_qmlServer;