summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerkitinformation.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Debugger: Remove unneeded qualificationsOrgad Shaneh2015-02-041-2/+2
* | Debugger: Macro expander support for debugger version and ABIhjk2015-01-141-3/+18
|/
* Debugger: Rename Debugger:EngineType to Debugger:Typehjk2014-11-181-1/+1
* Debugger: Add variables for compiler and debugger display namehjk2014-11-181-0/+6
* Remove KitInformationMacroExpanderhjk2014-10-231-1/+0
* Capitalize macro nameshjk2014-10-221-1/+1
* Make expanders work with subexpandershjk2014-10-211-8/+6
* MacroExpander: Allow registering local expansionshjk2014-10-151-10/+7
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Utils: Move MacroExpander to file pair of its ownhjk2014-10-131-0/+1
* | Debugger: Add an macro expander for debugger engine typehjk2014-10-101-2/+17
|/
* Debugger: Rework matching of debugger item and targethjk2014-08-251-61/+69
* Debugger: Prefer GDB on Linux and LLDB on Mac in default kit setuphjk2014-07-301-0/+2
* Debugger: Do not soft-assert on missing tool chainTobias Hunger2014-06-201-1/+2
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-2/+2
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Debugger: Move classes into their own filesTobias Hunger2013-10-281-240/+236
* DebuggerItem: Make sure DebuggerItems have an IdTobias Hunger2013-10-251-21/+18
* Fix build on windows in debuggerkitinformation.David Schulz2013-10-231-1/+1
* Debugger: Have 64bit debuggers handle 32bit targets, tooTobias Hunger2013-10-221-4/+111
* Debugger: Make ABI matching a bit more fuzzyTobias Hunger2013-10-181-4/+7
* Debugger: Rework detection of SDK-specified "auto" debuggershjk2013-10-171-0/+36
* Debugger: Re-enable target arch parsing of manual debuggershjk2013-10-161-9/+16
* Debugger: Recognize "LLDB" in debugger --version outputhjk2013-10-141-1/+1
* Debugger: Export Debugger::DebuggerItem to fix BlackBerry setuphjk2013-09-251-0/+158
* ProjectExplorer: Introduce per-kit debugger configuration pagehjk2013-08-291-355/+0
* Merge remote-tracking branch 'origin/2.8'Oswald Buddenhagen2013-08-211-2/+2
|\
| * Minor. Fixing storing of gdb binary paths in profile.xmlMichal Klocek2013-07-311-2/+2
* | Kit: Provide interface to mark individual kit information stickyTobias Hunger2013-07-251-0/+5
|/
* Kit: Only make SDK-set KitInformation read-onlyTobias Hunger2013-05-071-1/+1
* Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-03-281-0/+2
|\
| * DebuggerKitInformation: Handle null QVariantsTobias Hunger2013-03-271-0/+2
* | Merge branch 'master' of ssh://codereview.qt-project.org/qt-creator/qt-creatorEike Ziller2013-03-261-0/+1
|\ \
| * | Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-0/+1
* | | Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-03-261-2/+4
|\ \ \ | |/ / |/| / | |/
| * Fix debugger auto-detectionTobias Hunger2013-03-221-2/+4