Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
e3cc2104
Commit
e3cc2104
authored
Aug 30, 2010
by
hjk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debugger: add a few comments describing caches used in dumper.py
parent
3515f51f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
share/qtcreator/gdbmacros/dumper.py
share/qtcreator/gdbmacros/dumper.py
+9
-2
No files found.
share/qtcreator/gdbmacros/dumper.py
View file @
e3cc2104
...
...
@@ -863,11 +863,18 @@ class Item:
#
#######################################################################
# This is a mapping from 'type name' to 'display alternatives'.
# This is a cache mapping from 'type name' to 'display alternatives'.
qqFormats
=
{}
# This is a cache of all known dumpers.
qqDumpers
=
{}
# This is a cache of the namespace of the currently used Qt version.
# FIXME: This is not available on 'bbsetup' time, only at 'bb' time.
qqNs
=
""
# This is a cache of typenames->bool saying whether we are QObject
# derived.
qqQObjectCache
=
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment