aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/debugger/personaltypes.py
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-08-17 17:29:25 +0200
committerEike Ziller <eike.ziller@qt.io>2017-08-17 17:29:25 +0200
commita0a42ff7bd862887bce281814f65179d88eb1de5 (patch)
treeb2182dcbbb1bef16fec1c600b8cae67e327e6ca8 /share/qtcreator/debugger/personaltypes.py
parentcf1edc1fb536287c1cb9760014c5dab9690bbf6a (diff)
parenta951448c4dceca637992ea29df832de190f22130 (diff)
Merge remote-tracking branch 'origin/4.4'
Conflicts: src/plugins/debugger/gdb/gdbengine.cpp Change-Id: I8a7c8ca07d6d6005f5d39b8f1477ebbc7a299fbf
Diffstat (limited to 'share/qtcreator/debugger/personaltypes.py')
-rw-r--r--share/qtcreator/debugger/personaltypes.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/share/qtcreator/debugger/personaltypes.py b/share/qtcreator/debugger/personaltypes.py
index 6169ee912a4..b4d34db10c8 100644
--- a/share/qtcreator/debugger/personaltypes.py
+++ b/share/qtcreator/debugger/personaltypes.py
@@ -24,16 +24,15 @@
############################################################################
# This is a place to add your own dumpers for testing purposes.
-# Any contents here will be picked up by GDB and LLDB based
-# debugging in Qt Creator automatically. This code is not used
-# when debugging with CDB on Windows.
+# Any contents here will be picked up by GDB, LLDB, and CDB based
+# debugging in Qt Creator automatically.
# NOTE: This file will get overwritten when updating Qt Creator.
#
# To add dumpers that don't get overwritten, copy this file here
# to a safe location outside the Qt Creator installation and
-# make this location known to Qt Creator using the Debugger /
-# GDB / Dumper customization / Additional file setting.
+# make this location known to Qt Creator using the Debugger >
+# Locals & Expressions > Extra Debugging Helpers setting.
# Example to display a simple type
# template<typename U, typename V> struct MapNode