hjk
|
11a300dd92
|
debugger: refactor passing of options to new dumpers
|
2010-01-05 16:48:11 +01:00 |
|
hjk
|
9e939c1931
|
Revert "debugger: rename 'magic' prefix for custom dumper from qqDump to qdump__"
This reverts commit 136f3b8bbc.
|
2009-12-07 11:34:56 +01:00 |
|
hjk
|
136f3b8bbc
|
debugger: rename 'magic' prefix for custom dumper from qqDump to qdump__
It is nicer in the presence of namespaces as '::' will be replaced by '__'
to create the dumper function names.
|
2009-12-07 11:28:47 +01:00 |
|
hjk
|
b7c93c03c1
|
debugger: simply dumper logic in case of inner types are pointers
|
2009-12-07 11:28:47 +01:00 |
|
hjk
|
d2ab8762e9
|
debugger: special handling of char *argv[] in l&w
It's nicer this way.
|
2009-12-07 11:28:47 +01:00 |
|
hjk
|
71c3d0977b
|
debugger: try make custom dumpers more "user friendly"
Introduce Dumper.put{Value,Name,StringValue,ByteArrayValue} functions.
No need for explicit specification of valueencoding in user code.
|
2009-12-03 14:12:54 +01:00 |
|
hjk
|
4bac496926
|
debugger: fix QTextCodec dumper
|
2009-12-03 14:00:01 +01:00 |
|
hjk
|
f6cafeccda
|
debugger: handle larger response packages in dumper autotest
|
2009-12-02 14:11:11 +01:00 |
|
hjk
|
4e29b16f92
|
debugger: work on new dumpers
more robustness in case qt's namespace cannot be determined
work on qvariant dumper
|
2009-12-01 17:11:20 +01:00 |
|
Daniel Molkentin
|
96a66661b4
|
fix gdb autotest
|
2009-11-30 01:21:47 +01:00 |
|
hjk
|
dd71d9a593
|
debugger: fix more cases of .. if ... else ..
|
2009-11-27 14:11:36 +01:00 |
|
hjk
|
f27c5cc617
|
debugger: make debian testing happy
|
2009-11-26 17:59:27 +01:00 |
|
hjk
|
36db421fce
|
debugger: make dumper exception passing configurable
|
2009-11-26 14:59:57 +01:00 |
|
hjk
|
63102dec0a
|
debugger: make dumper test suite pass again
|
2009-11-26 14:59:57 +01:00 |
|
hjk
|
58e562b80a
|
debugger: autotest fixes
|
2009-11-25 13:52:29 +01:00 |
|
hjk
|
b8dbb12009
|
debugger: add autotests for QFile, QDir, QFileInfo and QLocale dumpers
|
2009-11-25 13:46:33 +01:00 |
|
hjk
|
735f307c85
|
debugger: fix some of the autotests for uninitialized objects
|
2009-11-24 11:05:29 +01:00 |
|
hjk
|
791697ba3c
|
debugger: add autotest for new std::deque, std::map, std::set, QModelIndex dumpers
|
2009-11-24 09:43:26 +01:00 |
|
hjk
|
298769ce71
|
debugger: shuffle autotest code around, remove dead parts
|
2009-11-23 10:51:53 +01:00 |
|
hjk
|
8ca08fad8a
|
debugger: add QPixmap autotest for new dumpers
|
2009-11-23 10:51:52 +01:00 |
|
Oswald Buddenhagen
|
913f6161a1
|
Merge remote branch 'origin/1.3'
Conflicts:
src/plugins/cpptools/cppcodecompletion.cpp
src/plugins/help/helpplugin.cpp
src/plugins/projectexplorer/projectexplorer.cpp
|
2009-11-20 17:25:39 +01:00 |
|
hjk
|
43cca5c41e
|
debugger: adjust new dumper autotests to reality
|
2009-11-20 16:54:09 +01:00 |
|
hjk
|
e2cfc0958e
|
debugger: mark 'Null' QStrings() in pretty-printers
|
2009-11-20 10:11:21 +01:00 |
|
hjk
|
805c728a29
|
debugger: work on QObject dumper auto test
|
2009-11-13 10:49:50 +01:00 |
|
hjk
|
2df118c1a7
|
debugger: add autotest for QSet dumper
|
2009-11-12 09:25:42 +01:00 |
|
hjk
|
cfc525d73b
|
debugger: add autotest involving a typedef
|
2009-11-12 09:25:41 +01:00 |
|
Friedemann Kleint
|
b1af7f2fd5
|
Debugger autotests: Compile Windows/gcc 4.4.1, skip tst_gdb
when not applicable.
|
2009-11-05 10:05:46 +01:00 |
|
hjk
|
908b051973
|
debugger: work on dumper autotests.
|
2009-11-04 14:39:48 +01:00 |
|
hjk
|
8a5540292d
|
debugger: work on autotests
|
2009-11-03 14:15:24 +01:00 |
|
hjk
|
074b719b79
|
debugger: add autotest for synchroneous dumpers
QVariant, QPoint[F], QSize[F], QRect[F]
|
2009-10-29 18:34:31 +01:00 |
|
hjk
|
6594ddbfb7
|
debugger: work on autotests
|
2009-10-29 09:51:29 +01:00 |
|
hjk
|
35dbd66764
|
debugger: fix the autotest fix
|
2009-10-29 09:51:29 +01:00 |
|
hjk
|
f21b01fc28
|
debugger: work on auto tests
|
2009-10-28 11:50:39 +01:00 |
|
Friedemann Kleint
|
ed4bc02110
|
Debugger: Fix gdb autotest
|
2009-10-28 09:39:48 +01:00 |
|
hjk
|
80f0239b1d
|
debugger: work on dumper autotests
|
2009-10-27 16:35:49 +01:00 |
|
hjk
|
a39e074ae0
|
debugger: more autotest work
autotest for QStack dumper
custom structure
array
|
2009-10-23 15:47:11 +02:00 |
|
hjk
|
338f945ca1
|
debugger: more autotests
|
2009-10-21 16:41:29 +02:00 |
|
hjk
|
8bea428020
|
debugger: work on debugger autotests
|
2009-10-21 16:41:28 +02:00 |
|
hjk
|
7961e885af
|
debugger: work on autotests
|
2009-10-20 16:02:53 +02:00 |
|
hjk
|
1d52447fd3
|
debugger: work on test frame work for new dumpers
|
2009-10-16 11:13:20 +02:00 |
|
hjk
|
fdda7f10b5
|
debugger: work on new autotests
|
2009-10-14 11:28:33 +02:00 |
|
hjk
|
fa71a4879c
|
debugger: work on autotests
|
2009-10-14 10:02:07 +02:00 |
|
hjk
|
b9cd3378f7
|
debugger: work on dumper autotests
|
2009-10-13 14:42:47 +02:00 |
|