summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/watchutils.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-08-28 09:44:11 +0200
committerhjk <qtc-committer@nokia.com>2009-08-28 10:42:55 +0200
commit9a5908bf8cbdcad5edfe6a57cc13d0e506e14e22 (patch)
tree25e417fb9a420f78ded4dd23a2764664cbfa5b2d /src/plugins/debugger/watchutils.h
parentb901b5013d66212535de5fec88387e9a6f60bad6 (diff)
downloadqt-creator-9a5908bf8cbdcad5edfe6a57cc13d0e506e14e22.tar.gz
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.
Diffstat (limited to 'src/plugins/debugger/watchutils.h')
-rw-r--r--src/plugins/debugger/watchutils.h2
1 files changed, 1 insertions, 1 deletions
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
};