debugger: add Load Remote Core

Change-Id: I3ea5ddd608ff9e6764a995dc042466d436ca8474
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-06-05 10:25:48 +02:00
committed by hjk
parent c520001d78
commit cc6c3eab1a
8 changed files with 391 additions and 7 deletions

View File

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