summaryrefslogtreecommitdiff
path: root/share/qtcreator/debugger/dumper.py
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Show a warning if Python < 2.7 is usedhjk2015-12-161-1/+3
* Debugger: Speed up display of large static arrays with simple datahjk2015-12-101-3/+1
* Debugger: Better fallback for resolving function local struct typeshjk2015-12-091-1/+6
* Fix invalid long address printingOrgad Shaneh2015-11-201-2/+1
* Debugger: Fix QObject dynamic property dumper for Qt 5.7hjk2015-11-091-4/+17
* Debugger: Relax reference counter sanity checkhjk2015-11-091-7/+2
* Debugger: Fix expansion of std::string et alhjk2015-11-091-2/+12
* Debugger: Remove unused dumper.py function polishWatcher()hjk2015-11-021-8/+0
* Debugger: Adjust native mixed debugging after upstream changeshjk2015-10-191-58/+154
* Debugger: Make basic native-mixed debugging work with LLDBhjk2015-10-131-4/+31
* Debugger: Infrastructure for reworked native mixed debugginghjk2015-10-091-161/+128
* Debugger: Reduce scope of usage of Python's importlib modulehjk2015-09-241-2/+2
* Debugger: Use the usual callback mechanism for LLDB, toohjk2015-09-111-4/+1
* Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-08-201-17/+7
|\
| * Debugger: Also display subentries for pretty printed char arrayshjk2015-08-131-1/+0
| * Debugger: Fix evaluated expressions containing quoteshjk2015-08-131-1/+0
| * Debugger: Fix display selection of char arrayshjk2015-08-121-13/+5
| * Debugger: Fix typo when reporting large containershjk2015-08-111-1/+1
| * Debugger: Fix display of C-style wchar_t stringshjk2015-08-101-1/+1
* | Debugger: Debugger protocol maintenancehjk2015-08-121-2/+2
|/
* Debugger: Work around wrongly reported array sizehjk2015-07-221-5/+12
* Debugger: Use special values for translatable stringshjk2015-07-211-7/+20
* Debugger: Move typeCache from DumperBase to (Gdb)Dumperhjk2015-07-101-1/+0
* Debugger: Basic type display switching for QVariantMap itemshjk2015-07-101-17/+18
* Debugger: Fix typo in commenthjk2015-07-081-1/+1
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-05-071-14/+3
|\
| * Debugger: Fix GDB hanginghjk2015-05-061-14/+3
* | Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-04-151-24/+29
|\ \ | |/
| * Debugger: Disable parts of QDate* dumper for GDB on 32 bithjk2015-04-151-0/+5
| * Debugger: Next attempt at robust array dumpinghjk2015-04-141-22/+15
| * Debugger: Remove GDB specific access test in generic pointer codehjk2015-04-141-2/+9
* | Debugger: Rename local 'bytes' to 'rawBytes' variable in dumperhjk2015-04-131-5/+5
|/
* Debugger: Replace block access to array data by plain loop.hjk2015-04-081-8/+3
* Debugger: Use primitive internal widget instead of matplotviewhjk2015-04-021-180/+69
* Debugger: Make C array data plottablehjk2015-04-011-2/+18
* Debugger: Change plot display of array data to use lines between dotshjk2015-03-301-1/+1
* Debugger: Fix display of expandable items in GDB and LLDBhjk2015-03-261-0/+10
* Debugger: Re-organize passing of display formatshjk2015-03-231-63/+85
* Debugger: Fix dumper format choosing with GDBhjk2015-03-191-12/+11
* Debugger: Make display encoding of std::string selectablehjk2015-03-181-9/+7
* Debugger: Fix display of array base addresshjk2015-03-181-0/+4
* Debugger: Fix format switching for char[]hjk2015-03-091-84/+100
* Debugger: Fix dumper reloadinghjk2015-03-031-2/+2
* Debugger: Cleanup lldbbridge.pyhjk2015-02-131-0/+16
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Debugger: Move bbsetup over to runCommand()hjk2015-02-121-3/+3
* | Debugger: Consolidate some GDB-through-Python interactionhjk2015-02-111-1/+2
* | Debugger: Move 'mixed native' variables extraction to DumperBasehjk2015-02-051-0/+67
* | Debugger: Move QML stack access to DumperBasehjk2015-02-051-0/+47