summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/shared/hostutils.h
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@nokia.com>2012-01-16 15:24:04 +0100
committerhjk <qthjk@ovi.com>2012-01-25 12:16:00 +0100
commite7e74db758ee3964ad8898eb398652f5db00a181 (patch)
treed87b84a64b3c13abbfe9023a05c37f1472b74269 /src/plugins/debugger/shared/hostutils.h
parent1bb1c2884f02346b510bbf8d9b02c3db57701e9e (diff)
downloadqt-creator-e7e74db758ee3964ad8898eb398652f5db00a181.tar.gz
Edit debugger so win64interrupt is called
when trying to debug a 64bit application under windows. Task-number: QTCREATORBUG-2521 Change-Id: I38922a6bed09640ce88184e6913a9fbb1d7433de Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/debugger/shared/hostutils.h')
-rw-r--r--src/plugins/debugger/shared/hostutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/shared/hostutils.h b/src/plugins/debugger/shared/hostutils.h
index 2e8e311feb..4fa3036ea0 100644
--- a/src/plugins/debugger/shared/hostutils.h
+++ b/src/plugins/debugger/shared/hostutils.h
@@ -60,7 +60,7 @@ QList<ProcData> hostProcessList();
bool winResumeThread(unsigned long dwThreadId, QString *errorMessage);
// Open a process by PID and break into it.
-bool winDebugBreakProcess(unsigned long pid, QString *errorMessage);
+bool winDebugBreakProcess(unsigned long pid, QString *errorMessage, bool isCdb64bit);
unsigned long winGetCurrentProcessId();