aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qtcreatorcdbext
Commit message (Expand)AuthorAgeFilesLines
* Cdb: Add benchmark to cdbextensionDavid Schulz2016-07-071-0/+12
* CDB: Add a missing includeOrgad Shaneh2016-07-051-0/+1
* CDB: Make a local function staticOrgad Shaneh2016-07-051-1/+1
* CDB: Add breaks on switch-caseOrgad Shaneh2016-07-051-0/+4
* qbs build: Introduce new module "qtc".Christian Kandeler2016-06-081-1/+1
* CdbExt: Don't add version number to cdbext.David Schulz2016-05-311-0/+1
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-031-1/+1
|\
| * Fix building creator with the intel compiler.David Schulz2016-04-261-1/+1
* | Fix compiler warnings on windows.David Schulz2016-04-221-0/+2
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-201-9/+7
|\|
| * CdbExt: Remove unneeded add symbol for shared pointer.David Schulz2016-04-151-9/+7
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-123-12/+31
|\|
| * Revert "Qbs: Replace deprecated qbs.getEnv with Environment.getEnv"Orgad Shaneh2016-04-121-13/+12
| * Qbs: Replace deprecated qbs.getEnv with Environment.getEnvOrgad Shaneh2016-04-111-12/+13
| * CdbExt: Add valarray dumper.David Schulz2016-04-083-12/+31
* | Debugger: Replace cdb output encoding enum by stringshjk2016-04-044-107/+31
* | Merge remote-tracking branch 'origin/4.0'Oswald Buddenhagen2016-04-011-1/+1
|\|
| * cdbext version bumpDavid Schulz2016-04-011-1/+1
* | Wholesale conversion to #pragma oncehjk2016-03-3012-47/+12
* | Fix project resolving with qbs master.Christian Kandeler2016-03-221-12/+13
|/
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2016-02-241-2/+4
|\
| * Cdbext: Fix QString dumper.David Schulz2016-02-091-2/+4
* | Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1923-391/+276
* | CdbExt: Fix indices when the predicted number of children...David Schulz2015-12-211-1/+10
* | Debugger: Remove unused functions in cdb extensionhjk2015-12-212-49/+0
* | Debugger: Split DebuggerEncoding enumhjk2015-12-215-73/+41
* | Debugger: Merge qtcreatorcdbext/base64.{h,cpp} into stringutilshjk2015-12-159-98/+14
* | Debugger: Remove base64 encodings in cdb communicationhjk2015-12-155-85/+8
* | Debugger: Use hex instead of base64 encoding for CDB debuggee outputhjk2015-12-151-1/+1
* | Debugger: cdbextension compile fix.David Schulz2015-12-142-0/+13
* | Debugger: Consolidate memoryToHex{W,} in CDB helpershjk2015-12-143-17/+4
* | Debugger: Use hex instead of base64 encodinghjk2015-12-143-6/+6
|/
* CdbExtension: Make sure watches group is initialized.David Schulz2015-12-071-8/+10
* Debugger: Fix of display of object addresseshjk2015-10-271-2/+2
* Cdbext: version bumpDavid Schulz2015-10-261-1/+1
* cdbext: adjust GDMI item names according to the ...David Schulz2015-10-161-3/+3
* Use variables for install locationsEike Ziller2015-09-221-1/+1
* Cdb: Add register size and type to the gdmi structure.David Schulz2015-09-032-2/+7
* Cdb: Add Windows Kits 10 debugger path to cdb autodetection.David Schulz2015-08-271-0/+2
* Cdbext: Do not sort container children.David Schulz2015-08-173-2/+4
* Cdbext: Allow to watch members.David Schulz2015-07-012-39/+114
* Cdb: Unify local and watch handling.David Schulz2015-06-151-1/+4
* Cdbext: Add option to return alphabetically sorted locals.David Schulz2015-06-053-3/+16
* Make every operator bool() explicitDaniel Teske2015-06-022-2/+2
* Revert "Cdbext: Fix compile Warning"Orgad Shaneh2015-05-221-2/+2
* Cdbext: Fix compile WarningDavid Schulz2015-05-211-1/+1
* CdbExt: Setting actively which nodes should be expanded.David Schulz2015-05-064-42/+40
* Cdbext: Dump "(null)" for an uninitialized QTimeZone.David Schulz2015-04-021-1/+3
* Cdbext: Removing debug message.David Schulz2015-04-011-1/+0
* Cdbext: Dump values of QSharedPointer.David Schulz2015-04-013-22/+48