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
*
Trk[TCF]: Proper exit handling
Friedemann Kleint
2010-07-05
1
-8
/
+5
*
debugger: set sensible default values for debugger actions on startup
hjk
2010-07-05
1
-0
/
+51
*
debugger: work on the qmlengine
hjk
2010-07-05
2
-17
/
+1074
*
debugger: remove some unused code in the qmlengine
hjk
2010-07-05
2
-327
/
+40
*
Merge remote branch 'origin/2.0'
con
2010-07-05
3
-9
/
+19
|
\
|
*
BinEditor: Refactor new range requesting.
ck
2010-07-02
2
-2
/
+12
|
*
Establish Ctrl+D as prefix for debugger shortcuts
con
2010-07-02
1
-7
/
+7
|
*
debugger: fix 'run to line' with older versions of gdb
hjk
2010-06-30
2
-26
/
+55
|
*
debugger: fix 'jump to line' with older versions of gdb
hjk
2010-06-30
2
-33
/
+24
*
|
Debugger: Make threads tooltip more verbose
Friedemann Kleint
2010-07-02
8
-86
/
+197
*
|
debugger: fix shutdown by pressing "[x]" in the output pane
hjk
2010-07-02
5
-5
/
+19
*
|
Removed the TokenCache.
Erik Verbruggen
2010-07-02
1
-1
/
+1
*
|
debugger: make qml debugger start talking to qmlviewer
hjk
2010-07-02
5
-9
/
+955
*
|
Debugger: Show current thread correctly in reply to thread-info.
Friedemann Kleint
2010-07-02
3
-10
/
+26
*
|
Debugger[Trk]: Prepare thread handling.
Friedemann Kleint
2010-06-30
7
-599
/
+765
*
|
debugger: fix 'run to line' with older versions of gdb
hjk
2010-06-30
2
-26
/
+56
*
|
debugger: fix 'jump to line' with older versions of gdb
hjk
2010-06-30
2
-33
/
+24
*
|
debugger: fix some regressions in the log output after the engine refactoring
hjk
2010-06-30
3
-8
/
+6
*
|
debugger: fix c&p error causing 'jump to line' to fail
hjk
2010-06-30
1
-1
/
+1
*
|
Merge remote branch 'origin/2.0'
con
2010-06-30
2
-6
/
+7
|
\
\
|
|
/
|
*
Debugger[Trk]: Increase packet size XML replies
Friedemann Kleint
2010-06-29
1
-1
/
+2
|
*
Commented switch to avoid warning from MSVC.
Robert Loehning
2010-06-25
1
-3
/
+3
*
|
Fix consistency issue with splitter in debug mode.
con
2010-06-30
2
-12
/
+22
*
|
debugger: make changes to default settings stand out in the log
hjk
2010-06-29
1
-3
/
+8
*
|
debugger: don't try to compute tooltip if it's not shown
hjk
2010-06-29
3
-9
/
+12
*
|
Debugger[Trk]: Increase packet size XML replies
Friedemann Kleint
2010-06-29
1
-1
/
+2
*
|
Debugger[TCF-Trk]: Send RemoveExecutables command.
Friedemann Kleint
2010-06-28
1
-6
/
+14
*
|
fix typo
hjk
2010-06-28
1
-1
/
+1
*
|
debugger: make creation of back traces as text work on Mac
hjk
2010-06-28
2
-10
/
+15
*
|
Core::Context: remove special handling of C_GLOBAL_ID/C_GLOBAL
hjk
2010-06-28
2
-8
/
+5
*
|
debugger: don't load registers if view is not shown
hjk
2010-06-28
4
-0
/
+14
*
|
Core::Context: compile hot fix for Windows.
hjk
2010-06-25
2
-13
/
+6
*
|
debugger: reenable disabling of breakpoints in editor context menu
hjk
2010-06-25
7
-154
/
+146
*
|
debugger: fix breakpoint toggling of "moved" breakpoints
hjk
2010-06-25
7
-63
/
+39
*
|
Debugger[Trk]: Added TCF experimental adapter.
Friedemann Kleint
2010-06-25
12
-313
/
+2167
*
|
debugger: remove unused code
hjk
2010-06-25
3
-32
/
+0
*
|
debugger: incorporate ogoffart's first shot at qml debugging
hjk
2010-06-25
5
-20
/
+231
*
|
core: use a class derived from QList<int> instead of a QList<int> for Core::C...
hjk
2010-06-25
3
-36
/
+24
*
|
debugger: adjust loading/saving of watched expressions to recent changes
hjk
2010-06-25
7
-8
/
+38
*
|
debugger: allow per item selection of display method in Locals&Watchers
hjk
2010-06-25
4
-23
/
+46
*
|
Including header to avoid warning from MSVC 2008.
Robert Loehning
2010-06-24
1
-2
/
+2
*
|
Debugger: Breakpoint turn into watchpoints while Trk-Debugging.
Friedemann Kleint
2010-06-24
1
-1
/
+1
*
|
debugger: remove special case for char * python dumpers.
hjk
2010-06-23
1
-2
/
+2
*
|
debugger: simplify handling of context menu actions of the Locals&Watchers view
hjk
2010-06-23
10
-82
/
+83
*
|
debugger: remove special mechanism to update watcher and return window
hjk
2010-06-23
5
-32
/
+26
*
|
debugger: attempt to fix symbian output connections
hjk
2010-06-23
4
-9
/
+9
*
|
debugger: attempt to fix maemo output connections
hjk
2010-06-23
1
-2
/
+2
*
|
debugger: fix addToWatchWindow
hjk
2010-06-23
5
-73
/
+31
*
|
debugger: simplify debugger session data handling
hjk
2010-06-22
4
-60
/
+56
*
|
debugger: make DebuggerPlugin::showStatusMessage private
hjk
2010-06-22
2
-21
/
+21
[next]