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
/
gdbmacros
/
gdbmacros.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
debugger: fix dumper for QList<T*>
v1.2.0
hjk
2009-06-19
1
-1
/
+1
*
Cherry-pick: Update license headers and sales contact details.
con
2009-06-16
1
-2
/
+2
*
Partitial revert of d7af85a09755a2a6852052b8621448ab6114ea0a.
Daniel Molkentin
2009-06-08
1
-0
/
+1
*
debugger: implement a dumper for QAbstractItemModel
hjk
2009-06-03
1
-3
/
+107
*
debugger: re-start work on image dumper
hjk
2009-05-29
1
-1
/
+34
*
Stabilized the QString debug dumper a bit on Windows.
Friedemann Kleint
2009-05-20
1
-4
/
+9
*
debugger: refactoring of the QObject dumper
hjk
2009-05-13
1
-64
/
+60
*
debugger: alsways use the copied qobject_p.h for the QObject dumper
hjk
2009-05-13
1
-29
/
+1
*
Make QString dumper fail faster in case of uninitialized variables
con
2009-05-12
1
-1
/
+2
*
Made std::vector/std::list work with CDB dumpers.
Friedemann Kleint
2009-05-06
1
-8
/
+20
*
less inefficient
Oswald Buddenhagen
2009-05-05
1
-6
/
+19
*
fix typos
Oswald Buddenhagen
2009-05-05
1
-5
/
+5
*
Started on QObject dumping for CDB, make it smarter.
Friedemann Kleint
2009-05-05
1
-5
/
+16
*
debugger: add dumper for QWeakPointer
hjk
2009-04-29
1
-10
/
+52
*
Make dumpers output size information.
Friedemann Kleint
2009-04-29
1
-1
/
+20
*
debugger: fix output of weak and strong reference counts in
hjk
2009-04-29
1
-2
/
+17
*
Use void() funcs in the dumpers for simplicity.
Friedemann Kleint
2009-04-29
1
-48
/
+32
*
Initial work on dumpers for CDB.
Friedemann Kleint
2009-04-29
1
-41
/
+89
*
debugger: use 4.5 features in dumpers only if compiled under 4.5+
hjk
2009-04-28
1
-1
/
+4
*
debugger: add a dumper for QSharedPointer
hjk
2009-04-28
1
-0
/
+30
*
Make CDB load custom dumpers.
Friedemann Kleint
2009-04-22
1
-0
/
+4
*
debugger: return the address of the output buffer from the dumpers
hjk
2009-04-16
1
-3
/
+4
*
debugger: put the address of the loaded helpers into the debugger log
hjk
2009-04-15
1
-5
/
+6
*
debugger: potential fix for cases where the std:: namespace is not
hjk
2009-04-09
1
-4
/
+25
*
debugger: show non-ASCII in QString, too
hjk
2009-04-02
1
-18
/
+17
*
debugger: fix QStringList-in-QVariant dumper
hjk
2009-03-26
1
-1
/
+1
*
debugger: cosmetical improvements of QVariant dumper output
hjk
2009-03-26
1
-3
/
+3
*
Fixes: debugger: compile fix for dumpers on naked Windows XP
hjk
2009-03-12
1
-7
/
+3
*
Fixes: debugger: fix std::wstring dumper
hjk
2009-03-12
1
-2
/
+2
*
Fixes: debugger: also show the original address in a tooltip when
hjk
2009-03-11
1
-0
/
+2
*
Fixes: debugger: implement custom dumpers for std::set
hjk
2009-03-11
1
-0
/
+47
*
Fixes: change file license headers to include LGPL
hjk
2009-02-25
1
-21
/
+17
*
Fixes: debugger: remove unneeded #include <window.h> that confused
hjk
2009-02-18
1
-4
/
+0
*
Fixes: debugger: revert accidental parts of b0650238
hjk
2009-02-11
1
-0
/
+2
*
Fixes: fakevim: explicitly make 'l' an 'exclusive' motion
hjk
2009-01-28
1
-0
/
+2
*
Fixes: debugger: work on hash and map dumper with simple keys or
hjk
2009-01-28
1
-44
/
+36
*
Fixes: debugger: work on hash dumper for string-ish keys
hjk
2009-01-28
1
-26
/
+44
*
Fixes: debugger: display quotes around strings in locals view
hjk
2009-01-28
1
-1
/
+1
*
Fixes: debugger: fix dumping of QString used as hash key
hjk
2009-01-28
1
-18
/
+18
*
Fixes: debugger: sort array and list indices numerically
hjk
2009-01-28
1
-21
/
+21
*
Fixes: debugger: more quote fixes
hjk
2009-01-27
1
-43
/
+43
*
Fixes: debugger: revert change from " to ' style quoting
hjk
2009-01-27
1
-9
/
+9
*
Merge branch 'master' of git://scm.dev.nokia.troll.no/creator/mainline into m...
Daniel Molkentin
2009-01-22
1
-130
/
+110
*
Fixes: Implement make install target, Step 1
Daniel Molkentin
2009-01-21
1
-0
/
+2581