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
/
cdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Debugger: Start separating different process environments
hjk
2016-01-04
1
-5
/
+5
*
Debugger: Use hex instead of base64 encoding for CDB debuggee output
hjk
2015-12-15
3
-10
/
+3
*
Debugger: Use hex instead of base64 encoding
hjk
2015-12-14
1
-1
/
+1
*
Debugger: Make DebuggerEngine::runCommand() virtual.
hjk
2015-11-04
2
-138
/
+99
*
Debugger: Infrastructure for reworked native mixed debugging
hjk
2015-10-09
1
-26
/
+28
*
Utils: Remove qPidToPid() adapter function
hjk
2015-09-16
1
-1
/
+1
*
Debugger: Use Qt's JSON encoder for debugger protocol
Ulf Hermann
2015-09-15
1
-12
/
+15
*
Debugger: Remove two unused functions from cdbparsehelpers
hjk
2015-09-14
2
-12
/
+0
*
Debugger: Make CDB DebuggerCommand handling more similar to LLDB
hjk
2015-09-11
2
-168
/
+173
*
Cdb: Add register size and type to the gdmi structure.
David Schulz
2015-09-03
1
-0
/
+8
*
Cdb: Just print debug output when requested.
David Schulz
2015-09-01
1
-1
/
+1
*
Cdb: Clear output buffer after assigning it to the response.
David Schulz
2015-09-01
1
-9
/
+9
*
Debugger: fix metatype declaration macro usage
Nikita Baryshnikov
2015-08-28
1
-3
/
+0
*
Debugger: Make (sub-)registers editable
hjk
2015-08-28
1
-1
/
+1
*
Cdb: Replace CdbCommand with DebuggerCommand.
David Schulz
2015-08-28
2
-194
/
+176
*
Cdb: Store pending commands in an Hash.
David Schulz
2015-08-28
2
-37
/
+18
*
Cdb: Unify builtin and extension command queue.
David Schulz
2015-08-28
2
-19
/
+16
*
Cdb: Replace CdbResponse with DebuggerResponse.
David Schulz
2015-08-28
2
-187
/
+169
*
Cdb: Simplify storing split cdb replies.
David Schulz
2015-08-28
2
-43
/
+43
*
Cdb: Remove the command from the response.
David Schulz
2015-08-27
2
-30
/
+30
*
Cdb: Pass the breakpoint id to the command handler.
David Schulz
2015-08-27
2
-32
/
+23
*
Cdb: Remove command sequences.
David Schulz
2015-08-27
2
-85
/
+34
*
Cdb: Unify the cdb builtin and extension command reply.
David Schulz
2015-08-25
3
-54
/
+40
*
Cdb: Unify posting commands to the cdb process.
David Schulz
2015-08-25
1
-8
/
+4
*
Cdb: Remove unused CdbCommand member.
David Schulz
2015-08-25
1
-7
/
+5
*
Cdb: Print output of user commands to the debugger log.
David Schulz
2015-08-25
1
-4
/
+5
*
Cdb: Print out user debugger commands to the log.
David Schulz
2015-08-25
2
-92
/
+81
*
Merge remote-tracking branch 'origin/3.5'
Eike Ziller
2015-08-20
1
-2
/
+2
|
\
|
*
Preferences: Options pages need unique IDs
Eike Ziller
2015-08-10
1
-2
/
+2
*
|
Debugger: Add "override" modifier.
Christian Kandeler
2015-08-17
1
-50
/
+51
|
/
*
Debugger: Simplify removal of outdated L&E items
hjk
2015-07-07
1
-2
/
+2
*
Cdb: Inform the engine about an inferior exit.
David Schulz
2015-07-07
1
-0
/
+2
*
Cdb: Remove the symbol path dialog popup.
David Schulz
2015-07-06
1
-4
/
+0
*
CDB: Don't show status messages for set thread name exceptions.
David Schulz
2015-07-02
1
-4
/
+6
*
CDB: Add status messages for loaded modules.
David Schulz
2015-07-02
1
-1
/
+8
*
Debugger: Mark two strings in the CdbEngine translatable
hjk
2015-06-26
1
-2
/
+2
*
Debugger: Rework start parameter completion.
hjk
2015-06-25
1
-3
/
+3
*
CDB: Fix expanding watchers.
David Schulz
2015-06-24
1
-2
/
+3
*
CDB: Stop locals progress indicator when command failed.
David Schulz
2015-06-24
1
-1
/
+1
*
CDB: Print non extension output when verbose log is enabled.
David Schulz
2015-06-24
1
-0
/
+2
*
Merge remote-tracking branch 'origin/3.4'
Eike Ziller
2015-06-17
1
-0
/
+2
|
\
|
*
support Visual Studio 2015
Joerg Bornemann
2015-06-15
1
-0
/
+2
*
|
Debugger: Move watchHandler()->notifyUpdateStarted() to doUpdateLocals
hjk
2015-06-17
1
-0
/
+3
*
|
Cdb: Unify local and watch handling.
David Schulz
2015-06-15
2
-110
/
+47
*
|
Cdb: Update locals via doUpdateLocals form DebuggerEngine.
David Schulz
2015-06-11
2
-4
/
+3
*
|
Debugger: Remove the boolean parameter to CdbEngine::updateLocals()
hjk
2015-06-11
2
-8
/
+7
*
|
Debugger: Consolidate GDB and LLDB "updateLocals" code paths
hjk
2015-06-10
2
-2
/
+2
*
|
Debugger: More Debugger{Start,Run}Parameter separation
hjk
2015-06-09
1
-3
/
+3
*
|
Cdbext: Add option to return alphabetically sorted locals.
David Schulz
2015-06-05
2
-0
/
+8
*
|
Debugger: Split off runtime-only items from DebuggerStartParameters
hjk
2015-05-28
2
-33
/
+33
[next]