aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androiddebugsupport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: rephrase few logsAssam Boudjelthia2020-07-011-2/+2
* Android: Use adb:// in ConnectRemotehjk2020-05-151-2/+10
* Android: Start lldb-server and attachhjk2020-04-221-0/+1
* Android: Rename some gdbServer* to debugServer*hjk2020-04-151-4/+4
* Utils: Introduce FilePath::operator/(const QString &)hjk2020-04-091-5/+4
* Android: Consistently allow Qt version to be nullptrTobias Hunger2020-02-241-9/+13
* Android: Automatically use the correct NDK for each Qt versionAssam Boudjelthia2020-02-171-4/+3
* Make various Q_LOGGING_CATEGORY's staticAlessandro Portale2020-01-151-1/+1
* Fix debugging armv7a & x86 when running on 64 bit targetsBogDan Vatra2019-12-031-1/+1
* ProjectExplorer: Store parts of active build config in runcontrolhjk2019-09-241-3/+2
* Android multi arch supportBogDan Vatra2019-09-161-10/+6
* QtSupport: Move qtSoPaths from Androidhjk2019-08-301-26/+2
* Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-041-4/+4
|\
| * More Utils::toSet/toListhjk2019-07-041-4/+4
* | ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-2/+1
|/
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Even more FileName::appendPath() -> pathAppended()hjk2019-05-201-3/+3
* Android: Add proper QBS supportBogDan Vatra2019-04-261-0/+2
* Android: Avoid a direct use of RunControl::runConfiguration()hjk2019-03-211-9/+5
* Avoid some visible uses of RunControl::runConfiguration()hjk2019-03-121-3/+3
* Android: Remove some indirection when finding the minimum NDKhjk2019-02-181-2/+6
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-1/+1
* QmakeAndroidSupport: Remove pluginhjk2019-01-161-1/+2
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2019-01-071-1/+2
|\
| * Android: Ensure the correct sysroot is passed to debuggerChristian Stenger2018-12-171-1/+2
* | ProjectExplorer: Drop the target argumenthjk2018-12-201-4/+4
* | QmakeAndroid: Replace remaining AndroidQtSupporthjk2018-12-201-5/+44
|/
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* FileInProjectFinder/Debugger: Use Utils::FileName for sysrootUlf Hermann2018-08-281-2/+3
* FileInProjectFinder/Debugger: Use FileNameList for search directoriesUlf Hermann2018-08-271-1/+1
* ProjectExplorer: Remove RunWorker::setDisplayNamehjk2018-08-211-1/+1
* Android: Enable setting environment variables for android appsVikas Pachdha2018-08-021-3/+2
* Android: Support commandline arguments for Android appVikas Pachdha2018-08-021-2/+1
* Android: Use QVariant for targetData/setTargetDatahjk2018-08-011-1/+2
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-07-101-1/+5
|\
| * Android: Use ipv4 host to connect to app in androidVikas Pachdha2018-07-061-1/+5
* | Android: add logging for build and runVikas Pachdha2018-07-041-4/+21
* | QmakeAndroid: Move some build-system agnostic items to Android basehjk2018-06-131-1/+1
|/
* Android: Remove traces of special debugger setuphjk2018-05-081-4/+0
* Android: Support the extraenvvars and extraappparams optionsUlf Hermann2018-02-141-2/+4
* QtSupport: Add a method to retrieve the QML pathUlf Hermann2017-09-291-1/+1
* Debugger: Merge DebuggerStartParameter into *RunParametershjk2017-09-131-1/+0
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-09-081-1/+1
|\
| * Android: Fix search path for QML modulesBogDan Vatra2017-09-061-1/+1
* | iOS: Adapt to new setter-based DebuggerRunTool interfacehjk2017-09-041-1/+1
* | Android: Use new DebuggerRunTool interfacehjk2017-09-041-26/+24
* | Debugger: Use a QUrl for Qml server port and hosthjk2017-08-231-2/+1
|/
* Android: Fix QML debuggingv4.4.0-rc1Vikas Pachdha2017-08-151-0/+1
* ProjectExplorer: Rename worker dependencies to "startDependencies"Ulf Hermann2017-08-081-1/+1
* Android: Convert into a RunWorker based setuphjk2017-06-121-66/+25