forked from qt-creator/qt-creator
if 0 some code - the calling code is if 0'd as well
This commit is contained in:
@@ -175,6 +175,7 @@ void RemoteGdbAdapter::prepareInferior()
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
void RemoteGdbAdapter::handleSetTargetAsync(const GdbResponse &response)
|
void RemoteGdbAdapter::handleSetTargetAsync(const GdbResponse &response)
|
||||||
{
|
{
|
||||||
QTC_ASSERT(state() == InferiorPreparing, qDebug() << state());
|
QTC_ASSERT(state() == InferiorPreparing, qDebug() << state());
|
||||||
@@ -190,6 +191,7 @@ void RemoteGdbAdapter::handleSetTargetAsync(const GdbResponse &response)
|
|||||||
emit inferiorPreparationFailed(msg);
|
emit inferiorPreparationFailed(msg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void RemoteGdbAdapter::handleFileExecAndSymbols(const GdbResponse &response)
|
void RemoteGdbAdapter::handleFileExecAndSymbols(const GdbResponse &response)
|
||||||
{
|
{
|
||||||
|
@@ -65,7 +65,9 @@ private:
|
|||||||
Q_SLOT void readUploadStandardError();
|
Q_SLOT void readUploadStandardError();
|
||||||
Q_SLOT void uploadProcError(QProcess::ProcessError error);
|
Q_SLOT void uploadProcError(QProcess::ProcessError error);
|
||||||
|
|
||||||
|
#if 0
|
||||||
void handleSetTargetAsync(const GdbResponse &response);
|
void handleSetTargetAsync(const GdbResponse &response);
|
||||||
|
#endif
|
||||||
void handleFileExecAndSymbols(const GdbResponse &response);
|
void handleFileExecAndSymbols(const GdbResponse &response);
|
||||||
void handleTargetRemote(const GdbResponse &response);
|
void handleTargetRemote(const GdbResponse &response);
|
||||||
void handleKill(const GdbResponse &response);
|
void handleKill(const GdbResponse &response);
|
||||||
|
Reference in New Issue
Block a user