debugger: use target-async/exec-interrupt for remote debugging

This seems to be the only way to make the setup work on Windows at all.

Change-Id: Ib70c8422dceea84ae5cc9e671de977de0887c80e
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-03-09 15:04:59 +01:00
committed by hjk
parent a5a4cffeb0
commit 3311b294b3
2 changed files with 20 additions and 6 deletions

View File

@@ -732,6 +732,8 @@ private: ////////// View & Data Stuff //////////
BreakpointResponseId m_qFatalBreakpointResponseId;
bool m_actingOnExpectedStop;
bool usesExecInterrupt() const;
QHash<int, QByteArray> m_scheduledTestResponses;
QSet<int> m_testCases;
};