Windows compilation fix / 97edcb7977

This commit is contained in:
Friedemann Kleint
2010-06-14 11:21:31 +02:00
parent 81ab9585c3
commit effa8a38da
5 changed files with 23 additions and 21 deletions

View File

@@ -976,7 +976,7 @@ void GdbEngine::handleResultRecord(GdbResponse *response)
GdbResultDone)) {
#ifdef Q_OS_WIN
// Ignore spurious 'running' responses to 'attach'
const bool warning = !(m_startParameters->startMode == AttachExternal
const bool warning = !(manager()->runControl()->sp().startMode == AttachExternal
&& cmd.command.startsWith("attach"));
#else
const bool warning = true;