aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerruncontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Make Utils::is64BitWindowsBinary operate on FilePathshjk2021-11-111-2/+2
* Debugger: adjust inferior paths for remote debuggerDavid Schulz2021-10-271-2/+7
* Debugger: Fix UI textLeena Miettinen2021-10-251-1/+1
* Debugger: use Qt version from kit as fallback for dumperDavid Schulz2021-10-251-0/+6
* Docker: mount python dumpers to deviceDavid Schulz2021-10-251-0/+2
* Debugger: Use MacroExpander from RunControl instead from Kithjk2021-10-111-1/+1
* Debugger: Use FilePath for core files and surroundingshjk2021-09-291-19/+20
* Debugger: Use FilePath for debugInfoLocationhjk2021-09-281-5/+4
* Utils: Rename FilePath::normalizePathName to normalizedPathNamehjk2021-08-261-1/+1
* Debugger: Use QtcProcess in CoreUnpackerhjk2021-08-241-8/+9
* Utils: Introduce FilePath::normalizePathName()hjk2021-08-231-2/+1
* Debugger: Be a bit more explicit about why debugging failshjk2021-08-201-11/+29
* ProjectExplorer: FilePathify IDevice::debugServerPathhjk2021-08-171-1/+1
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+1
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-29/+25
* Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-061-1/+1
* Debugger: Remove the extra server start script settinghjk2021-07-121-102/+0
* Debugger: Simplify one process error checkhjk2021-06-221-1/+1
* Utils: Change signature of MacroExpander::registerFileVariableshjk2021-06-031-1/+1
* Utils: Move QProcess base to QtcProcessPrivatehjk2021-06-021-4/+4
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-8/+8
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-03-161-2/+8
|\
| * Debugger: Add more information about the debugee when debugginghjk2021-03-161-2/+8
* | Debugger: Delay evaluation of stub runnable environmenthjk2021-03-111-1/+2
* | Debugger: Introduce an option to force QT_LOGGING_TO_CONSOLE=1hjk2021-03-101-0/+3
* | Debugger: Aspectify settingshjk2021-03-031-2/+2
|/
* ProjectExplorer/Debugger: Add a 'Run as root' option for Unix hostshjk2021-02-221-0/+10
* Debugger: Rename 'AttachExternal' to 'AttachToLocalProcess'hjk2021-01-071-2/+2
* Debugger: Give some hint on what to change if QML breakpoints failhjk2021-01-041-5/+18
* Fix a clazy warning about qgetenvJarek Kobus2020-11-181-1/+1
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-1/+1
* Android: Use adb:// in ConnectRemotehjk2020-05-151-0/+5
* ProjectExplorer: Give the Task class an explicit summaryChristian Kandeler2020-05-141-1/+1
* Debugger: Fix warning about unused variableNikolai Kosjar2020-05-141-2/+2
* Debugger: And possibility to modify debugger process environmenthjk2020-05-131-0/+5
* Fix clang 10 warnings about unnecessary copies in range loopsChristian Kandeler2020-05-121-1/+1
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-031-16/+29
|\
| * Debugger: Start lldb-server instead of gdbserverhjk2020-04-021-7/+15
| * RemoteLinux/Debugger: Pass right platform string to LLDBhjk2020-04-021-0/+5
| * Debugger: Rename some gdbserver variable to debugServerhjk2020-04-021-9/+9
* | Utils: Remove the *SameLine OutputFormat enumsChristian Kandeler2020-03-181-4/+4
|/
* Debugger: Use some more verbose description for attaching to remotehjk2020-02-111-0/+5
* Add final specifies to classesIgor Sidorov2020-02-051-1/+1
* BareMetal: Long live support for KEIL uVision v5.x debuggerDenis Shienkov2020-02-041-0/+4
* Debugger: Rename some GdbServer* to DebugServer*hjk2019-12-171-14/+14
* Debugger: Add a per-runconfig way to add debugger startup commandhjk2019-09-301-0/+1
* Debugger: Inline rarely used convienience functionhjk2019-09-201-1/+3
* Android multi arch supportBogDan Vatra2019-09-161-0/+5
* ProjectExplorer: Use std::function for SimpleTargetRunner::start()hjk2019-09-041-46/+41
* Debugger: Inline/Remove rarely used argument handlinghjk2019-09-021-17/+7