Commit Graph

22 Commits

Author SHA1 Message Date
Oswald Buddenhagen
75b42f18d8 Merge remote branch 'origin/1.3'
Trailing whitespace removal re-applied manually.
2010-01-29 22:50:23 +01:00
Oswald Buddenhagen
a6ca348636 remove trailing whitespace
doing it in 1.3 as well to avoid possible later conflicts
2010-01-29 21:33:57 +01:00
hjk
ebff16f8b1 debugger: fix dumper for QString::isNull() 2009-12-01 17:11:09 +01:00
Friedemann Kleint
b792b934e4 Dumper: Compile fix. 2009-12-01 11:42:48 +01:00
hjk
e2cfc0958e debugger: mark 'Null' QStrings() in pretty-printers 2009-11-20 10:11:21 +01:00
hjk
085f6b2c26 debugger: add autotest for QList<int *> dumper 2009-11-06 10:15:19 +01:00
ck
8d810bd1d2 Debugger: Fix dumper tests for 64-bit Linux.
Resolved padding issue for QMapNode.

Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2009-11-05 10:11:46 +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
Friedemann Kleint
09f77930bc Debugger: Do not use C99 types for pointers in sprintf() formats.
Pointer fit into long or long long (Win64).
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-10-29 15:13:49 +01:00
Friedemann Kleint
65e13b7034 Debugger: Fix autotests on Windows
Format pointers consistently using 0x%[l]x in printf/scanf.
Remove %p formatting as the existence of the prefix 0x
is platform-dependent (missing with MSVC), which caused
a scanf error and thus dumper crash for QAbstractItem.
Reviewed-by: ck <qt-info@nokia.com>
2009-10-27 12:25:11 +01:00
ck
ee324b0b1e Debugger: Adapt autotests to know new signals. 2009-10-14 14:44:41 +02:00
ck
271f3ce8ef Debugger: Fix autotests for QAbstractItemModel & friends. 2009-10-14 14:19:00 +02:00
ck
4ead5b7202 Debugger: Dumper fix.
- If NSX and NSY have quotes for the QT_NAMESPACE case, they need them
  for the non-namespace case too.
- Dumper autotest: Replace hard-coded namespace with compile-time
  dynamic one.
2009-10-14 12:59:39 +02:00
ck
f3132c13e0 Debugger: Fix QFileInfo auto test. 2009-10-14 12:32:13 +02:00
hjk
594730f3ac debugger: adjust dumper autotest to valuedisabled='true' -> valueeditable='false' change 2009-10-13 14:42:47 +02:00
Daniel Molkentin
3aa358dea8 Get rid of tcf/json in the autotests, too.
Reviewed-By: Oswald Buddenhagen
2009-10-09 12:34:07 +02:00
Friedemann Kleint
603630fad6 Debugger: Use Gdbmi parser in CDB for parsing of protocol 1
Change dumper protocol 1 output not to contain type names as
hash keys (might contain blanks), use lists instead.
Start fixing autotests for 4.6.
2009-09-18 16:55:17 +02:00
hjk
786a0deb77 debugger: constify the address parameter passed to qDumpObjectData 2009-08-27 17:07:37 +02:00
hjk
1a772601dc debugger: fix auto text for QStringList in QVariant; 2009-08-27 17:04:00 +02:00
hjk
9b34946f85 debugger: cosmetics of the dumper output 2009-08-27 16:52:14 +02:00
hjk
fab99c333c debugger: rework the dumper tests (make the check results, not implementations) 2009-08-26 16:48:26 +02:00
hjk
8ad116c0f1 debugger: re-organize autotests. also adjust to recent QScopedPointer changes 2009-08-26 16:11:23 +02:00