From 9a5908bf8cbdcad5edfe6a57cc13d0e506e14e22 Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 28 Aug 2009 09:44:11 +0200 Subject: debugger: small improvements to dumpers Add a dumper for QStack. Also don't crash when accessing an uninitialized pointer when the pointer looks bad to begin with. --- src/plugins/debugger/watchutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/debugger/watchutils.h') diff --git a/src/plugins/debugger/watchutils.h b/src/plugins/debugger/watchutils.h index 46ff17f736..7c85400981 100644 --- a/src/plugins/debugger/watchutils.h +++ b/src/plugins/debugger/watchutils.h @@ -160,7 +160,7 @@ public: // Below types require special handling QAbstractItemType, QObjectType, QWidgetType, QObjectSlotType, QObjectSignalType, - QVectorType, QMapType, QMultiMapType, QMapNodeType, + QVectorType, QMapType, QMultiMapType, QMapNodeType, QStackType, StdVectorType, StdDequeType, StdSetType, StdMapType, StdStackType, StdStringType }; -- cgit v1.2.1