Android plugin

Change-Id: Iad58914f067a6ef6d3412ccd42f757d821e39e45
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
This commit is contained in:
BogDan Vatra
2012-04-18 20:30:57 +03:00
committed by Daniel Teske
parent cf4ecad4bc
commit 50e8f7bb7b
77 changed files with 11649 additions and 10 deletions

View File

@@ -5294,8 +5294,8 @@ bool GdbEngine::usesExecInterrupt() const
// debuggerCore()->boolSetting(TargetAsync)
DebuggerStartMode mode = startParameters().startMode;
return mode == AttachToRemoteServer
|| mode == AttachToRemoteProcess;
return (mode == AttachToRemoteServer
|| mode == AttachToRemoteProcess) && debuggerCore()->boolSetting(TargetAsync);
}
void GdbEngine::scheduleTestResponse(int testCase, const QByteArray &response)