aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qtcreatorcdbext/pyvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: add symbolgroup dumper to cdbbridgeDavid Schulz2024-04-181-0/+17
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Cdbext: Fix fetching partial variableDavid Schulz2020-07-141-1/+6
* Debugger: Cache copied valuesDavid Schulz2017-03-221-0/+8
* Debugger: Do not cache default constructed valuesDavid Schulz2017-03-221-2/+4
* Debugger: Use symbol tag to determine type codeDavid Schulz2017-03-011-4/+32
* Debugger: Extract create value functionalityDavid Schulz2017-03-011-0/+38
* Debugger: Fix guard expressionDavid Schulz2017-02-071-1/+1
* Debugger: Restructure cdb python interfaceDavid Schulz2017-01-121-306/+182
* Debugger: Don't check twice if a value is expandedDavid Schulz2017-01-051-1/+1
* Debugger: Add some debug messagesDavid Schulz2017-01-051-1/+7
* Debugger: Reduce transfer of ownership in cdb python interfaceDavid Schulz2017-01-041-16/+9
* Debugger: Fix getting child value by indexDavid Schulz2016-12-131-3/+31
* Debugger: Initialize name buffer with correct sizeDavid Schulz2016-12-131-1/+1
* Debugger: Move symbolgroup indices after expandingDavid Schulz2016-12-011-3/+35
* Debugger: Expanding symbol before getting the number of childrenDavid Schulz2016-11-281-0/+2
* Debugger: Do not add values for indices out of boundsDavid Schulz2016-11-281-0/+6
* Debugger: Fix dereference function of the cdb valueDavid Schulz2016-11-241-14/+16
* Debugger: Adding debug messages to the pycdbext moduleDavid Schulz2016-11-211-0/+11
* Debugger: Don't return NULL from cdb python interfaceDavid Schulz2016-11-211-1/+3
* Debugger: Add symbol name convenience functionDavid Schulz2016-11-211-1/+6
* Debugger: Use type name from symbolDavid Schulz2016-11-211-3/+19
* Debugger: Add function to cdbbridge returning the bitsize of a valueDavid Schulz2016-11-211-0/+12
* Debugger: Fix potential memory leakDavid Schulz2016-11-081-8/+19
* Debugger: Add helper function for value creationDavid Schulz2016-11-071-30/+18
* Debugger: Return None type instead NULLDavid Schulz2016-11-071-23/+23
* Cdb: Introduce interface for python dumpersDavid Schulz2016-10-071-0/+372