aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerruncontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* ProjectExplorer: Rename BaseStringAspect::{f,setF}ileNamehjk2019-08-291-1/+1
* Let PortsGatherer produce full URLs instead of ports onlyhjk2019-08-261-15/+3
* Utils::Environment: Use expanded valuesChristian Kandeler2019-08-201-1/+1
* Utils: Add CommandLine convenience constructorshjk2019-07-231-2/+1
* Replace remaining Utils::FileName occurrences by Utils::FilePathhjk2019-07-231-3/+3
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-12/+13
* Debugger: Remove GdbServerPortsGatherer::setDevicehjk2019-06-131-6/+0
* Debugger: Robustify DebuggerRunTool::showMessage()hjk2019-06-111-0/+2
* Debugger: Use Utils::FilePath for serverStartScripthjk2019-06-041-2/+2
* Debugger: Use new Utils::CommandLine in LocalProcessRunnerhjk2019-06-041-8/+6
* Utils: Extract a CommandLine structure from a QtcProcesshjk2019-05-291-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-1/+1
* Merge remote-tracking branch 'origin/4.9'Orgad Shaneh2019-04-071-2/+0
|\
| * Debugger: Re-organize dock widget persistinghjk2019-04-051-2/+0
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-141-0/+12
|\|
| * Debugger: inform user about misconfigured debugger settingsDavid Schulz2019-03-061-0/+12
* | Debugger: Avoid some uses of RunControl::runConfiguration()hjk2019-03-141-6/+3
* | ProjectExplorer: Add RunControl::set{Kit,Target}hjk2019-03-121-11/+10
* | ProjectExplorer: Split RunControl constructorhjk2019-03-121-1/+2
* | Debugger: Code cosmeticshjk2019-02-211-2/+3
* | ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-6/+6
|/
* Fix some deprecation warnings in basic pluginsFriedemann Kleint2019-02-111-2/+2
* Fix warning: "Missing reference in range-for with non trivial type"Alessandro Portale2019-01-161-1/+2
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-10-221-5/+0
|\
| * Debugger: Remove unused DebuggerRunTool::quitDebuggerhjk2018-10-161-5/+0
* | Debugger: Strip QLatin1* where possibleOrgad Shaneh2018-10-131-1/+1
|/
* ProjectExplorer: Rename 'extraAspect' to 'aspect'hjk2018-10-021-3/+3
* Debugger: Rename snapshothandler.{cpp,h} to enginemanager.{cpp,h}hjk2018-09-281-1/+1