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