aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qtcreatorcdbext
Commit message (Expand)AuthorAgeFilesLines
* CDB: Fix delete of base class without virtual dtorOrgad Shaneh2018-05-071-1/+2
* Merge remote-tracking branch 'origin/4.5'Oswald Buddenhagen2017-12-211-3/+4
|\
| * Debugger: improve evaluate expression with cdbDavid Schulz2017-12-201-3/+4
* | Debugger: reset thread after failed function callDavid Schulz2017-12-201-1/+5
|/
* fix some missing breaks in switchesNikolay Shalakin2017-11-281-0/+1
* qtcreatorcdbext: Fix qbs build for the "no python" caseChristian Kandeler2017-07-281-1/+4
* Debugger: check for python when builing cdbext with qbsDavid Schulz2017-07-271-5/+101
* Debugger: Fix detection of the latest cdb in qbs buildsDavid Schulz2017-07-101-1/+3
* Debugger: Optimize cdb python type identificationDavid Schulz2017-05-311-0/+3
* Debugger: Add warning when building cdbextension without python supportDavid Schulz2017-05-301-0/+2
* Debugger: Filter type names before looking them upDavid Schulz2017-05-301-0/+6
* Debugger: Fix missing 'typename' prior to dependent typenameDavid Schulz2017-05-051-1/+1
* qtcreatorcdbext: Fix build with MSVC2017Friedemann Kleint2017-05-041-4/+8
* Debugger: cdb extension version bumpDavid Schulz2017-04-241-1/+1
* Debugger: Fix assigning std::stringDavid Schulz2017-04-201-11/+14
* Debugger: Fix assigning values to localsDavid Schulz2017-04-114-9/+17
* Debugger: Optimize python output handlingDavid Schulz2017-04-103-1/+39
* Debugger: Reset expression syntax after evaluateDavid Schulz2017-03-291-1/+5
* Debugger: Cache copied valuesDavid Schulz2017-03-222-0/+9
* Debugger: Do not cache default constructed valuesDavid Schulz2017-03-221-2/+4
* Debugger: Add a deploy python target to the cdb extension project fileDavid Schulz2017-03-101-3/+18
* Merge remote-tracking branch 'origin/4.2' into 4.3Eike Ziller2017-03-091-3/+5
|\
| * Debugger: Fix QDateTime dumper for pointer valuesDavid Schulz2017-03-061-2/+4
| * Debugger: Do not add pointer suffix to encoded outputDavid Schulz2017-03-061-1/+1
* | Debugger: Use symbol tag to determine type codeDavid Schulz2017-03-014-19/+88
* | Debugger: Extract create value functionalityDavid Schulz2017-03-013-35/+40
* | Debugger: Expose current symbol group to other python classesDavid Schulz2017-03-012-56/+72
* | Merge remote-tracking branch 'origin/4.2'Eike Ziller2017-02-272-22/+64
|\|
| * Debugger: Fix Qt 5.8 QDateTime dumper for cdbextensionDavid Schulz2017-02-232-22/+64
* | Debugger: Fix guard expressionDavid Schulz2017-02-071-1/+1
* | CdbExt: Add dumper support for new std containerDavid Schulz2017-02-033-6/+44
* | Debugger: Add debug output for parseAndEvaluateDavid Schulz2017-02-021-0/+2
* | Debugger: Use GetOffsetByName for staticMetaObject lookupDavid Schulz2017-02-021-0/+16
* | Debugger: Let the python bridge handle reference typesDavid Schulz2017-02-024-99/+60
* | Debugger: Reset released symbol group to nullptrDavid Schulz2017-01-271-2/+4
* | Debugger: Release old symbol group when it is not needed anymoreDavid Schulz2017-01-261-1/+14
* | Debugger: Add function returning symbol name for addressDavid Schulz2017-01-261-0/+23
* | Debugger: Override cdb extension build configDavid Schulz2017-01-261-0/+1
* | Debugger: Use correct format characters for unsigned long longDavid Schulz2017-01-261-2/+2
* | Debugger: Add support for none standard Qt buildsDavid Schulz2017-01-171-0/+35
* | Debugger: Add function call interface to the python cdb extensionDavid Schulz2017-01-171-0/+40
* | Debugger: Restructure cdb python interfaceDavid Schulz2017-01-128-883/+739
* | Debugger: Don't check twice if a value is expandedDavid Schulz2017-01-051-1/+1
* | Debugger: Add some debug messagesDavid Schulz2017-01-052-1/+9
* | Debugger: Use GetTypeId if module is knownDavid Schulz2017-01-042-10/+14
* | Debugger: Restrict symbols added to the list of localsDavid Schulz2017-01-041-2/+7
* | Debugger: Reduce transfer of ownership in cdb python interfaceDavid Schulz2017-01-043-69/+58
* | Debugger: Extract type check data to functionsDavid Schulz2017-01-041-13/+22
* | Debugger: Make list of modules available in cdbbridgeDavid Schulz2017-01-041-0/+23
* | Debugger: strip const before checking for __int64David Schulz2016-12-161-2/+2