aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerkitinformation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Avoid some repeated file accesses on startuphjk2021-10-041-2/+3
* Debugger: Remove some uses of FilePath::toFileInfo()hjk2021-08-231-5/+5
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-1/+1
* Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-061-1/+1
* Docker: Fix debugger auto-detectionhjk2021-07-141-0/+3
* ProjectExplorer: Split Kit::*environment into build and runhjk2021-05-271-2/+1
* Debugger: Add kit's environment to the debug environmentCristian Adam2021-05-221-0/+1
* ProjectExplorer: Introduce a KitAspect::createManageButton() functionhjk2021-04-191-14/+3
* ProjectExplorer: Base KitAspectWidget on BaseAspecthjk2021-04-191-5/+10
* Decorate some classes and methods with final keywordJarek Kobus2020-11-191-1/+1
* Debugger: prefer newer debuggers on initializationDavid Schulz2020-07-201-0/+13
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-7/+6
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-7/+7
* Directly construct KitAspect::toUserOutput return valueshjk2019-05-281-1/+1
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-2/+2
* ProjectExplorer: Drop KitAspect::defaultValue()Christian Kandeler2019-03-151-2/+0
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-141-18/+1
|\
| * Remove DebuggerKitInformation::defaultValue()Christian Kandeler2019-03-061-18/+1
* | ProjectExplorer: Move RunControl related classes to separate file pairhjk2019-03-131-0/+1
* | Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
* | ProjectExplorer: Move use of some knowledge from KitAspectWidget to KitAspecthjk2019-02-121-1/+1
* | Debugger: Remove unused class memberhjk2019-02-121-1/+0
* | Move some knowledge from KitAspectWidget to KitAspectChristian Kandeler2019-02-111-2/+2
* | Move KitAspectWidget definitions alongside their KitAspectsChristian Kandeler2019-02-111-1/+97
* | ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-33/+33
|/
* Debugger: Strip QLatin1* where possibleOrgad Shaneh2018-10-131-7/+7
* Debugger: Code cosmeticshjk2018-05-311-3/+3
* Finish merging Runnable and StandardRunnablehjk2018-05-231-2/+2
* Compile fix: Don't use Utils::FileName's private constructorAlessandro Portale2018-03-011-1/+1
* Merge remote-tracking branch 'origin/4.5' into 4.6Eike Ziller2018-03-011-1/+8
|\
| * Improve detection of toolchain and debugger for desktop kitsEike Ziller2018-02-231-1/+8
* | KitInformation: Improve robustness to nullptr passed as kitTobias Hunger2018-02-131-1/+7
* | Environment: Use Utils::FileName for path() and related methodsTobias Hunger2017-09-271-2/+2
|/
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-4/+4
* Debugger: Prefer debuggers in PATH to others when setting up kitsTobias Hunger2017-05-171-3/+9
* Debugger: fix crash in kit setupTim Jenssen2017-01-171-3/+3
* Debugger: Expose DebuggerKitInformation::ConfigurationErrorshjk2016-11-161-17/+4
* Debugger: Allow debuggerruncontrol creation with warningsChristian Stenger2016-11-101-1/+1
* Debugger: Use a StandardRunnable for the debugger processhjk2016-08-041-8/+13
* Introduce ToolChainKitInformation::targetAbi(Kit *)Tobias Hunger2016-07-141-36/+15
* Kits: Save several ToolChains per kitTobias Hunger2016-07-141-3/+3
* Debugger: Display error when debugger ABI doesn't match toolchain ABI.David Schulz2016-06-091-5/+20
* KitInformation: Make defaultValue take a const Kit *Tobias Hunger2016-02-051-1/+1
* Debugger: Remove assertTobias Hunger2016-02-021-2/+3
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Debugger: Add some expandable macros to Debugger options pagehjk2015-03-041-4/+4
* Clean exported headers of the Debugger plugin.Friedemann Kleint2015-02-261-0/+1