summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/procinterrupt.h
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@digia.com>2012-11-13 13:28:05 +0100
committerhjk <qthjk@ovi.com>2012-11-19 10:18:49 +0100
commiteb39b57e241f911b2c3d7e69b770d11acf395349 (patch)
tree1c75657fa8b65110a7d7799f2baf7e5b8af797cc /src/plugins/debugger/procinterrupt.h
parentcd7c91d440413c00a81a7e7b8d6b0d3a1c546971 (diff)
downloadqt-creator-eb39b57e241f911b2c3d7e69b770d11acf395349.tar.gz
Debugger: Dont use win64interrupt.exe in some case
If everything is built with 32 bitness there is no need to call win64interrupt.exe Task-number: QTCREATORBUG-7891 Change-Id: I1981b0dfd0ff08ff8acce0e5b81858b00f536ded Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/debugger/procinterrupt.h')
-rw-r--r--src/plugins/debugger/procinterrupt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/debugger/procinterrupt.h b/src/plugins/debugger/procinterrupt.h
index 4382682716..df3c1facbb 100644
--- a/src/plugins/debugger/procinterrupt.h
+++ b/src/plugins/debugger/procinterrupt.h
@@ -35,7 +35,8 @@
namespace Debugger {
namespace Internal {
-bool interruptProcess(int pID, int engineType, QString *errorMessage);
+bool interruptProcess(int pID, int engineType, QString *errorMessage,
+ const bool engineExecutableIs64Bit = false);
} // Internal
} // GdbDebugger