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
Marco Bubke
flatpak-qt-creator
Commits
a5b7f7d3
Commit
a5b7f7d3
authored
Mar 05, 2010
by
hjk
Browse files
debugger: fix testArray() test case
parent
59873ccf
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/gdbmacros/dumper.py
View file @
a5b7f7d3
...
...
@@ -557,7 +557,10 @@ class FrameCommand(gdb.Command):
try
:
#warn("ITEM VALUE %s: " % item.value)
# Throw on funny stuff, catch below.
dummy
=
str
(
item
.
value
)
# Unfortunately, this fails also with a "Unicode encoding error"
# in testArray().
#dummy = str(item.value)
pass
except
:
# Locals with failing memory access.
d
.
beginHash
()
...
...
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