index
:
qt-creator/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
11.0
12.0
13.0
14.0
15.0
16.0
17.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
3dfirst
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
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-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/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
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
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
debugger
/
watchutils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
debugger: new files for WatchData; move potentially shared code to watchutils...
hjk
2010-04-27
1
-1
/
+164
*
debugger: polish address display. also remove the mostly unused 'stored' address
hjk
2010-03-23
1
-1
/
+0
*
Debugger[CDB]: Fixes for Debugging Tools for Windows 6.12
Friedemann Kleint
2010-03-23
1
-0
/
+1
*
debugger: start reviving graphical data display
hjk
2010-03-15
1
-1
/
+1
*
debugger: implement selected of string encoding per pointer type/individual p...
hjk
2010-03-11
1
-1
/
+34
*
Long live the king!
hjk
2010-03-05
1
-1
/
+1
*
debugger: fix new wstring dumper encoding
hjk
2010-03-05
1
-1
/
+8
*
Fix some code scanning issues.
Friedemann Kleint
2010-02-01
1
-3
/
+3
*
Merge remote branch 'origin/1.3'
Oswald Buddenhagen
2010-01-29
1
-3
/
+3
|
\
|
*
remove trailing whitespace
Oswald Buddenhagen
2010-01-29
1
-3
/
+3
*
|
debugger: refactoring, use QByteArray instead of QString when appropriate
hjk
2010-01-05
1
-30
/
+35
*
|
debugger: special handling for char*
hjk
2009-12-07
1
-0
/
+9
*
|
Initial work on the new CPlusPlus::Snapshot.
Roberto Raggi
2009-12-07
1
-4
/
+4
*
|
mi parser: don't construct dummy tuples, but parse lists directly
Oswald Buddenhagen
2009-11-30
1
-10
/
+4
|
/
*
Debugger/CDB: Windows 64 integer handling.
Friedemann Kleint
2009-11-25
1
-2
/
+7
*
improve messages
Oswald Buddenhagen
2009-10-26
1
-1
/
+1
*
debugger: more autotests
hjk
2009-10-21
1
-0
/
+7
*
CDB: Fix code model scope detection when stopping at function scope.
Friedemann Kleint
2009-10-19
1
-12
/
+14
*
Debugger: Use the code model to detect unitialized variables.
Friedemann Kleint
2009-10-16
1
-0
/
+203
*
debugger: make parsing of new dumper outpuit a bit more robust
hjk
2009-10-16
1
-1
/
+1
*
debugger: move adding the double quotes for valueencoding==7 to the host side
hjk
2009-10-16
1
-2
/
+3
*
Debugger: Remove obsolete code.
Friedemann Kleint
2009-10-14
1
-26
/
+2
*
debugger: remove debug output
hjk
2009-10-12
1
-1
/
+1
*
debugger: provide support for .toHex() encoded string data.
hjk
2009-10-12
1
-3
/
+12
*
CDB: Make use of the improved debugger expression syntax
Friedemann Kleint
2009-10-09
1
-20
/
+65
*
Debugger: Do configuration error checking early on.
Friedemann Kleint
2009-10-08
1
-173
/
+0
*
CDB: Fix dumper regression
Friedemann Kleint
2009-10-02
1
-1
/
+2
*
Purge out include files in exported headers
Friedemann Kleint
2009-10-01
1
-0
/
+2
*
CDB: Use GdbMi parser for everything.
Friedemann Kleint
2009-09-21
1
-374
/
+159
*
Debugger: Use Gdbmi parser in CDB for parsing of protocol 1
Friedemann Kleint
2009-09-18
1
-170
/
+59
*
debugger: disable some debug output again; also make more type known as 'simple
hjk
2009-09-16
1
-3
/
+2
*
debugger: special handling for Symbian TInt and TBool.
hjk
2009-09-16
1
-0
/
+7
*
debugger: fixes and improvements related to the Locals display
hjk
2009-08-31
1
-16
/
+18
*
debugger: small improvements to dumpers
hjk
2009-08-28
1
-12
/
+15
*
debugger: adjust 'skip known frames' to changes in Qt 4.6
hjk
2009-08-20
1
-0
/
+10
*
long live the king
hjk
2009-08-14
1
-1
/
+1
*
Debugger: Make use of the "displayedtype" attribute.
Friedemann Kleint
2009-08-12
1
-26
/
+30
*
CDB: Fixed thread handling, added dumping of string types in case of crashes.
Friedemann Kleint
2009-07-24
1
-11
/
+14
*
Debugger: Remove unneeded expression for dumping QVector.
Friedemann Kleint
2009-07-16
1
-9
/
+1
*
Fix CDB/output dumperversion correctly, dump maps correctly.
Friedemann Kleint
2009-07-15
1
-4
/
+8
*
debugger: assume that not-known-to-be-simple types have children
hjk
2009-07-14
1
-0
/
+11
*
debugger: fix regression in QMap dumping introduced in 5bd1d2a0
hjk
2009-07-14
1
-2
/
+2
*
Revert "Enabled the use of Debugger-specific watch/locals models."
hjk
2009-07-13
1
-13
/
+10
*
Enabled the use of Debugger-specific watch/locals models.
Friedemann Kleint
2009-07-10
1
-10
/
+13
*
debugger: fix regression in QVector dumper
hjk
2009-07-10
1
-6
/
+7
*
Dumper fixing, dump some common std::map, std::set types with CDB.
Friedemann Kleint
2009-07-07
1
-15
/
+56
*
Fix up Debugger helpers to be able to dump QObject's with CDB.
Friedemann Kleint
2009-07-06
1
-68
/
+124
*
Great debugger helper bug fixing spree.
Friedemann Kleint
2009-07-03
1
-36
/
+92
*
debugger: make format for all integer types selectable
hjk
2009-07-03
1
-3
/
+10
*
Display Q<>Pointers/Work towards displaying maps/QMaps in CDB.
Friedemann Kleint
2009-07-02
1
-45
/
+110
[next]