summaryrefslogtreecommitdiff
path: root/share/qtcreator/debugger/cdbbridge.py
Commit message (Expand)AuthorAgeFilesLines
* Debugger: add cdb specific symbolAddressDavid Schulz2019-01-281-0/+4
* Debuger: Fix enum dumper (again)David Schulz2018-12-171-4/+4
* Debugger: Fix Qt version detection in the cdbbridgeDavid Schulz2018-11-121-9/+12
* [Debugger] Add dumpers for Python "PyObject"sAlexandru Croitor2018-10-191-1/+4
* Debugger: Fix accessing member functionChristian Stenger2018-08-091-1/+1
* Debugger: fix cdb enum dumperDavid Schulz2018-08-091-3/+8
* Debugger: Fix enum dumperhjk2018-03-221-3/+3
* Debugger: improve evaluate expression with cdbDavid Schulz2017-12-201-10/+4
* Debugger: Optimize python output handlingDavid Schulz2017-04-101-1/+1
* Debugger: Pass uninitialized variables to the python dumpersDavid Schulz2017-04-101-2/+3
* Debugger: Make readRawMemory exception more detailedDavid Schulz2017-04-041-1/+1
* Debugger: Use native value for pointer dereferenceDavid Schulz2017-03-281-1/+32
* Debugger: Cache reference to an unresolvables type as structDavid Schulz2017-03-271-8/+8
* Debugger: Add exceptions for array type namesDavid Schulz2017-03-221-1/+3
* Debugger: Fix QObject detection on WindowsDavid Schulz2017-03-211-22/+0
* Debugger: Optimize QObject::staticMetaObject lookupDavid Schulz2017-03-071-1/+5
* Debugger: Fallback to read raw memoryDavid Schulz2017-03-031-2/+6
* Debugger: Add enum value dumper to cdbbridgeDavid Schulz2017-03-011-3/+10
* Debugger: Use symbol tag to determine type codeDavid Schulz2017-03-011-2/+10
* Debugger: Check type cache before creating array/pointer typeDavid Schulz2017-03-011-16/+17
* Debugger: Use listTemplateParameters from DumperBaseDavid Schulz2017-02-231-16/+7
* Debugger: Use GetOffsetByName for staticMetaObject lookupDavid Schulz2017-02-021-1/+1
* Debugger: Let the python bridge handle reference typesDavid Schulz2017-02-021-7/+15
* Debugger: Add Core::Id python dumper for cdbDavid Schulz2017-02-011-0/+4
* Debugger: Replace common qint typedefs before type lookupDavid Schulz2017-01-301-2/+23
* Debugger: Detect QObject based on customEvent for cdbDavid Schulz2017-01-261-0/+24
* Debugger: Extract virtual function table dumperDavid Schulz2017-01-261-0/+21
* Debugger: Cache qtNamespace also if qstrdup wasn't resolvedDavid Schulz2017-01-191-4/+6
* Debugger: Add support for none standard Qt buildsDavid Schulz2017-01-171-3/+40
* Debugger: Call qVersion() for pre qtHookData Qt versionsDavid Schulz2017-01-171-0/+8
* Debugger: Generate cdb comprehensible qtDeclarativeHookData symbol nameDavid Schulz2017-01-121-0/+16
* Debugger: Add guard to fromNativeValueDavid Schulz2017-01-121-0/+1
* Debugger: Add basic benchmarking infrastructureDavid Schulz2017-01-051-0/+2
* Debugger: simplify locals loopDavid Schulz2017-01-051-3/+1
* Debugger: Cache pointer size in cdbbridgeDavid Schulz2017-01-041-1/+3
* Debugger: Use qtHookData to get qtversion in cdbbridgeDavid Schulz2017-01-041-9/+20
* Debugger: Generate qtHookData symbol name based on moduleDavid Schulz2017-01-041-1/+4
* Debugger: Workaround missing bitfield cdb apiDavid Schulz2016-12-191-0/+21
* Debugger: Update subtree if partial variable is requestedDavid Schulz2016-12-131-4/+2
* Debugger: Remove unused nativeValue propertyDavid Schulz2016-12-131-1/+0
* Debugger: Raise exception for invalid memoryDavid Schulz2016-11-251-1/+4
* Debugger: Create reference types for arrays and pointersDavid Schulz2016-11-241-6/+3
* Debugger: Detect base classes in cdbbridgeDavid Schulz2016-11-211-0/+1
* Debugger: Don't encapsulate integer in values for template argsDavid Schulz2016-11-181-4/+1
* Debugger: Adjust to latest field changesDavid Schulz2016-11-071-26/+25
* Debugger: Replace the native void type with a fake void typeDavid Schulz2016-11-071-0/+3
* Debugger: Set size of void to pointer sizeDavid Schulz2016-11-071-1/+1
* Debugger: Set value name in cdbbridgeDavid Schulz2016-11-071-0/+1
* Debugger: Adding function returning the qtHookData symbol nameDavid Schulz2016-11-021-0/+3
* Debugger: Fix static meta object lookup fo cdbDavid Schulz2016-11-021-3/+2