summaryrefslogtreecommitdiff
path: root/share/qtcreator/gdbmacros/gdbmacros.cpp
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-02-11 14:17:25 +0100
committerhjk <qtc-committer@nokia.com>2009-02-11 14:17:25 +0100
commitdf16699ed9958584bb53e8790ccbcdc1e4b42dbb (patch)
tree0663469dcc7046af81cb2c5363c7254ab1da8cda /share/qtcreator/gdbmacros/gdbmacros.cpp
parent9e2671c9a3d8cc86f9a79721dfa9a0690e1bdc94 (diff)
downloadqt-creator-df16699ed9958584bb53e8790ccbcdc1e4b42dbb.tar.gz
Fixes: debugger: revert accidental parts of b0650238
Diffstat (limited to 'share/qtcreator/gdbmacros/gdbmacros.cpp')
-rw-r--r--share/qtcreator/gdbmacros/gdbmacros.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/qtcreator/gdbmacros/gdbmacros.cpp b/share/qtcreator/gdbmacros/gdbmacros.cpp
index 1da444113e..ae00613350 100644
--- a/share/qtcreator/gdbmacros/gdbmacros.cpp
+++ b/share/qtcreator/gdbmacros/gdbmacros.cpp
@@ -68,6 +68,7 @@ int qtGhVersion = QT_VERSION;
#include <ctype.h>
#include <stdio.h>
+#include <unistd.h>
#ifdef Q_OS_WIN
# include <windows.h>
@@ -2484,6 +2485,7 @@ void qDumpObjectData440(
int extraInt2,
int extraInt3)
{
+ //sleep(20);
if (protocolVersion == 1) {
QDumper d;
d.protocolVersion = protocolVersion;