- Mar 23, 2010
-
-
hjk authored
-
- Mar 22, 2010
-
-
Kai Koehne authored
Done together with hjk
-
- Mar 10, 2010
-
-
hjk authored
-
- Mar 09, 2010
-
-
hjk authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 01, 2010
-
-
Friedemann Kleint authored
QString: Use QChar where appropriate.
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Dec 01, 2009
-
-
hjk authored
-
- Nov 20, 2009
-
-
hjk authored
-
- Nov 12, 2009
-
-
hjk authored
-
- Nov 06, 2009
-
-
hjk authored
-
- Nov 04, 2009
-
-
hjk authored
Reviewed-by: Oswald Buddenhagen
-
- Oct 30, 2009
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Friedemann Kleint authored
-
- Oct 29, 2009
-
-
Friedemann Kleint authored
Pointer fit into long or long long (Win64). Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Oct 28, 2009
-
-
hjk authored
-
Friedemann Kleint authored
-
- Oct 27, 2009
-
-
hjk authored
-
Friedemann Kleint authored
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>
-
Friedemann Kleint authored
Handle QVariantList within dumpers, as gdb does not resolve typedefs. Disconnect the gdb process on exit, one more round of event loop when quitting.
-
- Oct 21, 2009
-
-
hjk authored
-
- Oct 20, 2009
-
-
Friedemann Kleint authored
_HAS_ITERATOR_DEBUGGING asserts can cause the debugger to be in an inconsistent state and should thus be avoided. Add checks on the underlying red/black tree structures using friend helper classes.
-
- Oct 19, 2009
-
-
Friedemann Kleint authored
Clear a failed call. _HAS_ITERATOR_DEBUGGING can unfortunately not be turned off as it is not binary compatible with other code.
-
- Oct 16, 2009
-
-
hjk authored
-
- Oct 14, 2009
-
-
ck authored
- 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.
-
- Oct 13, 2009
-
-
Friedemann Kleint authored
Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- Oct 09, 2009
-
-
Friedemann Kleint authored
CDB can now handle sizeof(Class) and even expressions that determine the offset of map node values (to some extent), may still fail with templates). Format expressions accordingly, adapt cached expressions. Use gdbQuoteType depending on debugger type only. Most important, do not evaluate each expression separately before issuing the call, as ".call" can now do it on its own. Check for syntax errors there and cache failing types as before.
-
- Oct 02, 2009
-
-
Friedemann Kleint authored
- Do not deref d-ptr when checking on QVariants of PODS - Make type/value fixing of dumper results more fine-grained - Allow children in expandPtrToDumpage (QWidget-Pointers) - Fix broken size cache (queuePrefix was empty) - Compile
-
- Sep 29, 2009
-
-
Sergey Belyashov authored
Merge-request: 1562 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Sep 21, 2009
-
-
Friedemann Kleint authored
..preparing recursive dumpers. Add recursive parser to watchutils.cpp Use insertBulkData() within CDB, add sizeof() information for some Qt containers in order to be able to dump QList<QList<KnownType> > .
-
- Sep 18, 2009
-
-
Friedemann Kleint authored
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.
-
Oswald Buddenhagen authored
-
- Sep 03, 2009
- Aug 31, 2009
-
-
hjk authored
Split the concepts 'enabled' and 'editable' in the dumper output Disable "<not in scope>" entries, also fix their type. Fix glitch in type beautification for display Find reason for failing bulk updates.
-
- Aug 28, 2009