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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Debugger: Robustify disabling of system pretty printers
hjk
2016-05-24
1
-1
/
+5
*
Debugger: Guard QObject property extraction against failures
hjk
2016-05-12
1
-3
/
+7
*
Debugger: Add a QArrayData dumper
hjk
2016-05-11
1
-1
/
+4
*
Debugger: Add dumper for Qt Creator's Core::GeneratedFile type
hjk
2016-05-11
1
-0
/
+4
*
Debugger: Fix QUuid dumper with large numbers and LLDB
hjk
2016-05-04
1
-1
/
+2
*
Debugger: Disable QModelIndex dumper
hjk
2016-05-03
1
-2
/
+2
*
Debugger: Disable QAbstractItemModel dumper
hjk
2016-05-02
1
-2
/
+2
*
Fix reference values to be shown in debugger view.
Alexandru Croitor
2016-04-22
1
-5
/
+5
*
Debugger: Disable dumper for QVariants with user defined types for LLDB
hjk
2016-04-20
1
-0
/
+7
*
Debugger: Add breakpoint commands for LLDB backend
hjk
2016-04-15
1
-0
/
+16
*
Debugger: Hex-Encode LLDB disassembler comment fields
hjk
2016-04-14
1
-1
/
+1
*
Debugger: Restrict array dumping to 1 mio elements by default
hjk
2016-04-12
1
-4
/
+10
*
Debugger: Change default encoding for char * to UTF-8 in display
hjk
2016-04-11
1
-2
/
+2
*
Debugger: Handle wchar_t* equally special as char*
hjk
2016-04-11
1
-6
/
+17
*
Debugger: Always sort local variables alphabetically.
hjk
2016-04-11
1
-1
/
+0
*
Debugger: Fix LLDB operations with XCode 7.3's lldb-350-0.21.3
Christian Stenger
2016-04-08
1
-4
/
+4
*
Debugger: Move struct sorting logic to generic parser
hjk
2016-04-08
2
-15
/
+4
*
Debugger: Add a QBitArray dumper
hjk
2016-04-06
1
-0
/
+16
*
Debugger: Add dumper for std::valarray
hjk
2016-04-06
1
-0
/
+9
*
Debugger: Fix LLDB operations with XCode 7.3's lldb-350.0.21.3
hjk
2016-04-06
1
-0
/
+2
*
Dumper: Fix fileName offset for Qt5.5 on 32bit
Christian Stenger
2016-03-31
1
-1
/
+1
*
Debugger: Fix import of system GDB pretty printer
hjk
2016-03-23
1
-1
/
+3
*
Debugger: Provide addresses for formatted pointers
Orgad Shaneh
2016-03-22
1
-0
/
+2
*
Debugger: Make QVariant dumper more robust
hjk
2016-03-21
1
-3
/
+11
*
Debugger: Be a bit more robust with LLDB disassembler
hjk
2016-01-19
1
-3
/
+10
*
Update License according to aggrement with Free Qt Foundation
Tobias Hunger
2016-01-18
10
-144
/
+153
*
Update License according to aggrement with Free Qt Foundation
Tobias Hunger
2016-01-15
3
-526
/
+704
*
Merge remote-tracking branch 'origin/3.6'
Eike Ziller
2016-01-14
1
-1
/
+4
|
\
|
*
Dumper: Fallback to 100 items when array size cannot be determined
Orgad Shaneh
2016-01-11
1
-1
/
+4
*
|
Merge remote-tracking branch 'origin/3.6'
Eike Ziller
2016-01-07
1
-2
/
+2
|
\
\
|
|
/
|
*
Debugger: Fix transfer of object address with LLDB
hjk
2016-01-06
1
-2
/
+2
*
|
Debugger: Make Watchpoint setting more robust with LLDB
hjk
2016-01-06
1
-30
/
+36
*
|
Debugger: Make accessing value of invalid pointers more robust
hjk
2016-01-06
3
-7
/
+9
*
|
Debugger: Work on WatchModel performance
hjk
2016-01-06
2
-2
/
+18
*
|
Debugger: Add dumpers for some of libc++'s std::{set,map,multimap}
hjk
2016-01-05
1
-2
/
+80
*
|
Debugger: Split DebuggerEncoding enum
hjk
2015-12-21
8
-192
/
+110
*
|
Debugger: Make display of QObject names optional
hjk
2015-12-17
2
-14
/
+23
*
|
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
*
Debugger: Force passing DYLD_.... environment variables to inferior
hjk
2015-12-08
1
-0
/
+12
*
Debugger: Further improve base class dumping with LLDB
hjk
2015-12-07
1
-3
/
+4
*
Debugger: Remove spurious quotes in gdbbridge.py output
hjk
2015-12-07
1
-1
/
+1
*
avoid None.replace in fromNativePath
David Fries
2015-12-03
1
-1
/
+5
*
Fix invalid long address printing
Orgad Shaneh
2015-11-20
1
-2
/
+1
*
Debugger: Adjust QFileInfo dumper for Qt 5.7 on Linux 32 bit
hjk
2015-11-11
1
-1
/
+6
*
Debugger: Pass down expanded inames in LLDB tests
hjk
2015-11-11
1
-9
/
+4
*
Debugger: Try to handle empty base classes more gracefully with LLDB
hjk
2015-11-11
1
-14
/
+34
*
Debugger: Fix QHostAddress dumper with Qt 5.7/64 bit
hjk
2015-11-10
1
-30
/
+63
*
Debugger: Adjust boost::unordered_set dumper
hjk
2015-11-10
1
-8
/
+35
[next]