diff --git a/share/qtcreator/gdbmacros/gdbmacros.py b/share/qtcreator/gdbmacros/gdbmacros.py
index c8ce22f51cb54169641b582c0d18987f82a2f7ab..810eef8596e2b9919c49d5bfa47473cd4157ebe2 100644
--- a/share/qtcreator/gdbmacros/gdbmacros.py
+++ b/share/qtcreator/gdbmacros/gdbmacros.py
@@ -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)