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
/
src
/
plugins
/
debugger
Commit message (
Expand
)
Author
Age
Files
Lines
*
QmlEngine: Connect to port for remote setup
Aurindam Jana
2012-06-12
2
-3
/
+27
*
debugger: close source file of main event loop on debugger exit
hjk
2012-06-12
1
-8
/
+14
*
Debugging: RemotePlainGdbAdapter should not need remote setup.
Christian Kandeler
2012-06-11
1
-4
/
+1
*
debugger: also accept external debug info as hint for a debug build
hjk
2012-06-11
1
-1
/
+4
*
Debugger: resetting of newObjectsCreated done only for Qt5.x
Simjees Abraham
2012-06-11
1
-1
/
+3
*
Debugger: Adding objects to be watched corrected
Simjees Abraham
2012-06-11
1
-0
/
+2
*
debugger: read file type and machine type from binary
hjk
2012-06-08
1
-2
/
+11
*
debugger: more elf shuffling
hjk
2012-06-08
5
-40
/
+89
*
SSH: Streamline SshRemoteProcessRunner's output handling.
Christian Kandeler
2012-06-08
2
-10
/
+8
*
SSH: Name SshRemoteProcess::ExitStatus values like the QProcess ones.
Christian Kandeler
2012-06-08
1
-4
/
+4
*
Fix compilation.
Christian Kandeler
2012-06-08
1
-1
/
+1
*
QmlInspector: Update inspector
Aurindam Jana
2012-06-08
1
-1
/
+4
*
Debugger: Fix automatic connection to QML when we don't get app output
Kai Koehne
2012-06-07
1
-2
/
+1
*
debugger: handle new 'LoadRemoteCore' in switch
hjk
2012-06-06
1
-0
/
+3
*
Windows compile fix for elfreader
Joerg Bornemann
2012-06-06
1
-2
/
+2
*
Debugger:Clearing the object tree corrected.
Simjees Abraham
2012-06-06
1
-0
/
+1
*
QmlDebugger: Edit breakpoints
Aurindam Jana
2012-06-06
1
-2
/
+3
*
Apply on Save: Infobar displayed cleared when debugging ends
Simjees Abraham
2012-06-06
2
-0
/
+6
*
debugger: rework core adapter
hjk
2012-06-06
9
-100
/
+40
*
debugger: add Load Remote Core
hjk
2012-06-05
8
-7
/
+391
*
Debugger: Fetch object done only if parent Iname is known.
Simjees Abraham
2012-06-05
1
-1
/
+6
*
Add ActionContainer::addSeparator(...)
Eike Ziller
2012-06-05
1
-34
/
+8
*
Debugger: Prompt for reload if set/reset binding fails.
Simjees Abraham
2012-06-05
4
-3
/
+24
*
Debugger:Correctly added the object to be watched.
Simjees Abraham
2012-06-05
1
-3
/
+0
*
debugger: make startGdb response handling asyncronous
hjk
2012-06-05
17
-36
/
+100
*
debugger: reshuffle sections in module data
hjk
2012-06-05
4
-75
/
+36
*
debugger: make elfreader also report offset and size of sections
hjk
2012-06-05
1
-20
/
+33
*
debugger: add watchpoint option to memoryview context menu
hjk
2012-06-04
2
-0
/
+13
*
debugger: move watchpoint convenience functions to breakhandler
hjk
2012-06-04
4
-32
/
+34
*
debugger: more modulehandler polishing
hjk
2012-06-04
5
-48
/
+121
*
debugger: small rework of the modules handler
hjk
2012-06-01
3
-90
/
+67
*
debugger: use the elfreader instead of external objdump
hjk
2012-06-01
6
-49
/
+79
*
Debugger: Remove 'Change Global Display Formats...'
Kai Koehne
2012-06-01
1
-7
/
+4
*
Debugger: Fix compile on Windows.
Friedemann Kleint
2012-05-31
1
-5
/
+5
*
QmlDebugging: Save few cycles
Aurindam Jana
2012-05-31
2
-20
/
+26
*
debugger: work on watchmodel bulk insert
hjk
2012-05-31
3
-180
/
+69
*
debugger: save a few cycles in the watchmodel
hjk
2012-05-31
1
-11
/
+27
*
QmlJSInspector: Check for null pointers
Aurindam Jana
2012-05-30
2
-20
/
+29
*
QmlJSInspector: Improve performance
Aurindam Jana
2012-05-30
2
-87
/
+118
*
debugger: more precise matching for connection error messages
hjk
2012-05-30
1
-10
/
+23
*
debugger: rework dumping arrays of plain data
hjk
2012-05-30
2
-35
/
+100
*
SSH: Use plain pointers to SshConnection objects.
Christian Kandeler
2012-05-29
2
-7
/
+6
*
QmlJSInspector: Remove dependency on QmlJSTools
Aurindam Jana
2012-05-29
7
-74
/
+51
*
debugger: less scary crash message
hjk
2012-05-29
1
-2
/
+2
*
debugger: code style, add missing space
hjk
2012-05-29
1
-1
/
+1
*
Debugging: Fix debugging for gdb versions < 7
Aurindam Jana
2012-05-29
1
-5
/
+2
*
Debugger: Engines Queried on Reload of Qml.
Simjees Abraham
2012-05-29
2
-1
/
+2
*
Debugger: Change in response for message "destroyObject".
Simjees Abraham
2012-05-29
4
-4
/
+23
*
QmlJSInspector: Set property values
Aurindam Jana
2012-05-25
4
-8
/
+56
*
QmlJSInspectorAgent: Refactor code
Aurindam Jana
2012-05-25
5
-410
/
+254
[next]