Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
8df0f12e
Commit
8df0f12e
authored
Nov 01, 2010
by
hjk
Browse files
debugger: fix dumping of reference targets
Reviewed-by: Alessandro Portale
parent
48d726b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/gdbmacros/dumper.py
View file @
8df0f12e
...
...
@@ -1452,6 +1452,7 @@ class Dumper:
# a "QWidget &" as "void &".
type
=
type
.
target
()
value
=
value
.
cast
(
type
)
item
.
value
=
value
except
RuntimeError
:
value
=
item
.
value
type
=
value
.
type
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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