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: 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
*
Debugger: Fix QObject dynamic property dumper for Qt 5.7
hjk
2015-11-09
1
-4
/
+17
*
Debugger: Fix QAtomic* and QShared* dumpers with Qt 5.6/C++11
hjk
2015-11-09
1
-7
/
+7
*
Debugger: Make boost::container::list autotest pass again
hjk
2015-11-09
1
-1
/
+5
*
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: Fix std::string display for GCC 5.x
hjk
2015-11-06
1
-2
/
+18
*
Debugger: Fix std::set<...>::iterator dumper for GCC 5.x and C++11
hjk
2015-11-06
1
-1
/
+6
*
Debugger: Add dumper for GCC 5.x's std::__cxx11::list
hjk
2015-11-06
1
-0
/
+3
*
Debugger: Move the 'break on qFatal' implementation to gdbbridge
hjk
2015-11-05
1
-5
/
+37
*
Debugger: Restrict QJson{Array,Object} display to 1000 items.
hjk
2015-11-03
1
-4
/
+2
*
Debugger: Rename GdbEngine::{stackListFrames->fetchStack}
hjk
2015-11-02
1
-1
/
+1
*
Debugger: Standardize on all-lowercase for protocol options
hjk
2015-11-02
2
-15
/
+15
*
Debugger: Remove unused dumper.py function polishWatcher()
hjk
2015-11-02
1
-8
/
+0
*
Debugger: Fix of display of object addresses
hjk
2015-10-27
1
-1
/
+1
*
Debugger: Adjust native mixed debugging after upstream changes
hjk
2015-10-19
4
-76
/
+174
*
Debugger: Make basic native-mixed debugging work with LLDB
hjk
2015-10-13
3
-104
/
+103
*
Debugger: Infrastructure for reworked native mixed debugging
hjk
2015-10-09
3
-280
/
+236
*
Debugger: Do not try to treat labels as variables
hjk
2015-10-08
1
-0
/
+3
*
Debugger: Add watcher handling in pdbbridge for basic types
hjk
2015-09-30
1
-1
/
+30
*
Merge remote-tracking branch 'origin/3.5'
Eike Ziller
2015-09-25
1
-5
/
+5
|
\
|
*
Debugger: Disable CLI use of gdbbridge.py
hjk
2015-09-25
1
-5
/
+5
|
*
Debugger: Reduce scope of usage of Python's importlib module
hjk
2015-09-24
1
-2
/
+2
*
|
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
3
-206
/
+136
*
|
Debugger: Add more roundtrip markers to LLDB protocol output
hjk
2015-09-07
1
-0
/
+18
*
|
Debugger: Remove unused bits of pdbbridge.py
hjk
2015-09-03
1
-63
/
+0
*
|
Debugger: Improve type display in PdbEngine
hjk
2015-09-03
1
-3
/
+18
*
|
Debugger: Replace unneeded requests for updates in PdbEngine
hjk
2015-09-02
1
-2
/
+3
*
|
Debugger: Handle anonymous function arguments
Christian Stenger
2015-09-02
1
-0
/
+5
*
|
Debugger: Also show instruction bytes in LLDB disassembler
hjk
2015-08-31
1
-3
/
+5
*
|
Debugger: Add display of mixed disassembler output for LLDB
hjk
2015-08-28
1
-3
/
+28
*
|
Debugger: Fix handling of large registers with LLDB
hjk
2015-08-28
1
-9
/
+12
*
|
Debugger: Make (sub-)registers editable
hjk
2015-08-28
1
-0
/
+13
*
|
Don't treat pdbbridge.py as argument
Christian Stenger
2015-08-25
1
-3
/
+5
*
|
Debugger: Remove unused code from pdbbridge.py
hjk
2015-08-24
1
-376
/
+32
*
|
Merge remote-tracking branch 'origin/3.5'
Eike Ziller
2015-08-20
5
-38
/
+45
|
\
\
|
|
/
|
*
Debugger: Also display subentries for pretty printed char arrays
hjk
2015-08-13
1
-1
/
+0
[next]