debugger: remove some #ifdef Q_OS_*

This commit is contained in:
hjk
2010-05-05 17:07:08 +02:00
parent 46fa3aa7cc
commit 68c0ee28e2
2 changed files with 1 additions and 5 deletions

View File

@@ -1266,6 +1266,7 @@ void GdbEngine::handleStopResponse(const GdbMi &data)
}
#endif
// FIXME: Replace the #ifdef by the "target" architecture
#ifdef Q_OS_LINUX
if (!m_entryPoint.isEmpty()) {
GdbMi frameData = data.findChild("frame");
@@ -1463,7 +1464,6 @@ void GdbEngine::handleStop1(const GdbMi &data)
manager()->reloadRegisters();
}
#ifdef Q_OS_LINUX
void GdbEngine::handleInfoProc(const GdbResponse &response)
{
if (response.resultClass == GdbResultDone) {
@@ -1473,7 +1473,6 @@ void GdbEngine::handleInfoProc(const GdbResponse &response)
maybeHandleInferiorPidChanged(re.cap(1));
}
}
#endif
void GdbEngine::handleShowVersion(const GdbResponse &response)
{