aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/debugger/cdbbridge.py
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Paddle back on the (non-)auto detection of Qt versionshjk44 hours1-1/+3
* Merge remote-tracking branch 'origin/13.0' into 14.0Eike Ziller10 days1-0/+4
|\
| * Cdbbridge: report dumptime of fetchVariablesDavid Schulz13 days1-0/+4
* | Debugger: Re-work bridgeshjk2024-05-071-100/+61
|/
* Debugger: defer type look upDavid Schulz2024-02-271-26/+467
* Debugger: try harder to find static meta objectDavid Schulz2024-02-071-3/+9
* Debugger: ignore fields with a null addressDavid Schulz2024-02-071-1/+2
* Debugger: avoid recursive pointer type lookupDavid Schulz2023-06-191-3/+4
* Debugger: Fix highlighting values and members in memory viewDavid Schulz2023-03-031-0/+1
* Debugger: Avoid looking up qt symbols globally to get the qt namespaceDavid Schulz2023-03-011-9/+9
* Debugger: Fix printing of pointer to multiple inheritence base classDavid Schulz2023-02-211-0/+4
* Cdbext: fix expanding lamba capturesDavid Schulz2023-02-141-1/+4
* Cdbext: lazy type lookupDavid Schulz2023-02-141-1/+1
* Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-101-1/+1
* Debugger: Avoid quadratic behavior for larger debug outputhjk2022-11-081-6/+4
* Debugger: Simplify TypeData setup and registrationhjk2022-09-281-6/+3
* Debugger: Store tdata as member in Typehjk2022-09-081-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-23/+1
* Debugger: Delay template argument retrieval from native typeshjk2022-08-221-1/+2
* Debugger: Prepare delayed type creation for DumperBase.Valueshjk2021-01-211-11/+11
* Dumper: Adapt Qt handling for Qt6Christian Stenger2020-12-031-4/+4
* Debugger: Avoid decoding error when fetching native valueChristian Stenger2020-08-101-1/+4
* Dumper: Adapt to Id that moved from Core to UtilsOrgad Shaneh2020-07-061-1/+4
* Dumper: avoid redundant labelingDavid Schulz2020-03-021-13/+13
* Dumper: unify CodestyleDavid Schulz2020-02-281-19/+25
* Dumper: replace xrange with rangeDavid Schulz2020-02-261-1/+1
* Dumper: replace import * with explicit importsDavid Schulz2020-02-251-1/+2
* Dumper: move global enums and functions to utilsDavid Schulz2020-02-241-14/+15
* Debugger: fix cdb dumper test for namespaced QtDavid Schulz2019-07-091-0/+8
* Debugger: Remove identical CDB implementation of loadDumpershjk2019-02-261-4/+0
* 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