forked from qt-creator/qt-creator
Android plugin
Change-Id: Iad58914f067a6ef6d3412ccd42f757d821e39e45 Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
This commit is contained in:
committed by
Daniel Teske
parent
cf4ecad4bc
commit
50e8f7bb7b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user