index
:
delta/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
share
/
qtcreator
/
debugger
/
dumper.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Debugger: Show a warning if Python < 2.7 is used
hjk
2015-12-16
1
-1
/
+3
*
Debugger: Speed up display of large static arrays with simple data
hjk
2015-12-10
1
-3
/
+1
*
Debugger: Better fallback for resolving function local struct types
hjk
2015-12-09
1
-1
/
+6
*
Fix invalid long address printing
Orgad Shaneh
2015-11-20
1
-2
/
+1
*
Debugger: Fix QObject dynamic property dumper for Qt 5.7
hjk
2015-11-09
1
-4
/
+17
*
Debugger: Relax reference counter sanity check
hjk
2015-11-09
1
-7
/
+2
*
Debugger: Fix expansion of std::string et al
hjk
2015-11-09
1
-2
/
+12
*
Debugger: Remove unused dumper.py function polishWatcher()
hjk
2015-11-02
1
-8
/
+0
*
Debugger: Adjust native mixed debugging after upstream changes
hjk
2015-10-19
1
-58
/
+154
*
Debugger: Make basic native-mixed debugging work with LLDB
hjk
2015-10-13
1
-4
/
+31
*
Debugger: Infrastructure for reworked native mixed debugging
hjk
2015-10-09
1
-161
/
+128
*
Debugger: Reduce scope of usage of Python's importlib module
hjk
2015-09-24
1
-2
/
+2
*
Debugger: Use the usual callback mechanism for LLDB, too
hjk
2015-09-11
1
-4
/
+1
*
Merge remote-tracking branch 'origin/3.5'
Eike Ziller
2015-08-20
1
-17
/
+7
|
\
|
*
Debugger: Also display subentries for pretty printed char arrays
hjk
2015-08-13
1
-1
/
+0
|
*
Debugger: Fix evaluated expressions containing quotes
hjk
2015-08-13
1
-1
/
+0
|
*
Debugger: Fix display selection of char arrays
hjk
2015-08-12
1
-13
/
+5
|
*
Debugger: Fix typo when reporting large containers
hjk
2015-08-11
1
-1
/
+1
|
*
Debugger: Fix display of C-style wchar_t strings
hjk
2015-08-10
1
-1
/
+1
*
|
Debugger: Debugger protocol maintenance
hjk
2015-08-12
1
-2
/
+2
|
/
*
Debugger: Work around wrongly reported array size
hjk
2015-07-22
1
-5
/
+12
*
Debugger: Use special values for translatable strings
hjk
2015-07-21
1
-7
/
+20
*
Debugger: Move typeCache from DumperBase to (Gdb)Dumper
hjk
2015-07-10
1
-1
/
+0
*
Debugger: Basic type display switching for QVariantMap items
hjk
2015-07-10
1
-17
/
+18
*
Debugger: Fix typo in comment
hjk
2015-07-08
1
-1
/
+1
*
Merge remote-tracking branch 'origin/3.4'
Eike Ziller
2015-05-07
1
-14
/
+3
|
\
|
*
Debugger: Fix GDB hanging
hjk
2015-05-06
1
-14
/
+3
*
|
Merge remote-tracking branch 'origin/3.4'
Eike Ziller
2015-04-15
1
-24
/
+29
|
\
\
|
|
/
|
*
Debugger: Disable parts of QDate* dumper for GDB on 32 bit
hjk
2015-04-15
1
-0
/
+5
|
*
Debugger: Next attempt at robust array dumping
hjk
2015-04-14
1
-22
/
+15
|
*
Debugger: Remove GDB specific access test in generic pointer code
hjk
2015-04-14
1
-2
/
+9
*
|
Debugger: Rename local 'bytes' to 'rawBytes' variable in dumper
hjk
2015-04-13
1
-5
/
+5
|
/
*
Debugger: Replace block access to array data by plain loop.
hjk
2015-04-08
1
-8
/
+3
*
Debugger: Use primitive internal widget instead of matplotview
hjk
2015-04-02
1
-180
/
+69
*
Debugger: Make C array data plottable
hjk
2015-04-01
1
-2
/
+18
*
Debugger: Change plot display of array data to use lines between dots
hjk
2015-03-30
1
-1
/
+1
*
Debugger: Fix display of expandable items in GDB and LLDB
hjk
2015-03-26
1
-0
/
+10
*
Debugger: Re-organize passing of display formats
hjk
2015-03-23
1
-63
/
+85
*
Debugger: Fix dumper format choosing with GDB
hjk
2015-03-19
1
-12
/
+11
*
Debugger: Make display encoding of std::string selectable
hjk
2015-03-18
1
-9
/
+7
*
Debugger: Fix display of array base address
hjk
2015-03-18
1
-0
/
+4
*
Debugger: Fix format switching for char[]
hjk
2015-03-09
1
-84
/
+100
*
Debugger: Fix dumper reloading
hjk
2015-03-03
1
-2
/
+2
*
Debugger: Cleanup lldbbridge.py
hjk
2015-02-13
1
-0
/
+16
*
Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'
Eike Ziller
2015-02-12
1
-6
/
+6
|
\
|
*
Update License
Eike Ziller
2015-01-16
1
-6
/
+6
*
|
Debugger: Move bbsetup over to runCommand()
hjk
2015-02-12
1
-3
/
+3
*
|
Debugger: Consolidate some GDB-through-Python interaction
hjk
2015-02-11
1
-1
/
+2
*
|
Debugger: Move 'mixed native' variables extraction to DumperBase
hjk
2015-02-05
1
-0
/
+67
*
|
Debugger: Move QML stack access to DumperBase
hjk
2015-02-05
1
-0
/
+47
[next]