aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qtcreatorcdbext/pycdbextmodule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: skip child items when looking for partial variablesDavid Schulz2019-09-021-4/+9
* Fix frequent typoRobert Loehning2018-10-231-2/+2
* Debugger: improve evaluate expression with cdbDavid Schulz2017-12-201-3/+4
* Debugger: Optimize python output handlingDavid Schulz2017-04-101-0/+35
* Debugger: Reset expression syntax after evaluateDavid Schulz2017-03-291-1/+5
* Debugger: Extract create value functionalityDavid Schulz2017-03-011-35/+1
* Debugger: Expose current symbol group to other python classesDavid Schulz2017-03-011-56/+51
* 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-021-3/+4
* 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: 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-121-17/+12
* Debugger: Restrict symbols added to the list of localsDavid Schulz2017-01-041-2/+7
* Debugger: Make list of modules available in cdbbridgeDavid Schulz2017-01-041-0/+23
* Debugger: Update subtree if partial variable is requestedDavid Schulz2016-12-131-8/+37
* Debugger: Reuse symbol group for value creationDavid Schulz2016-12-131-10/+30
* Debugger: Add infrastructure to reuse symbol groupsDavid Schulz2016-12-131-0/+47
* Debugger: Add public pointer size functionDavid Schulz2016-11-211-2/+6
* Debugger: Adding debug messages to the pycdbext moduleDavid Schulz2016-11-211-0/+3
* Debugger: Remove SymbolGroup dependency...David Schulz2016-11-211-33/+14
* Debugger: Remove Unstable value lookupDavid Schulz2016-11-211-22/+5
* Debugger: Adjust to latest field changesDavid Schulz2016-11-071-0/+54
* Debugger: Add helper function for value creationDavid Schulz2016-11-071-8/+2
* Debugger: Return None type instead NULLDavid Schulz2016-11-071-10/+10
* Cdb: Introduce interface for python dumpersDavid Schulz2016-10-071-0/+187