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
3a3b289f
Commit
3a3b289f
authored
Jan 07, 2010
by
hjk
Browse files
debugger: add new dumper for QBasicAtomicInt
parent
8377eb3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/gdbmacros/gdbmacros.py
View file @
3a3b289f
...
...
@@ -7,6 +7,11 @@
#
#######################################################################
def
qdump__QBasicAtomicInt
(
d
,
item
):
d
.
putValue
(
item
.
value
[
"_q_value"
])
d
.
putNumChild
(
0
)
def
qdump__QByteArray
(
d
,
item
):
d
.
putByteArrayValue
(
item
.
value
)
...
...
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