forked from qt-creator/qt-creator
remove useless methods (base class has identical implementations)
This commit is contained in:
@@ -141,10 +141,6 @@ void TermGdbAdapter::interruptInferior()
|
|||||||
debugMessage(_("CANNOT INTERRUPT %1").arg(attachedPID));
|
debugMessage(_("CANNOT INTERRUPT %1").arg(attachedPID));
|
||||||
}
|
}
|
||||||
|
|
||||||
void TermGdbAdapter::shutdown()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void TermGdbAdapter::stubError(const QString &msg)
|
void TermGdbAdapter::stubError(const QString &msg)
|
||||||
{
|
{
|
||||||
showMessageBox(QMessageBox::Critical, tr("Debugger Error"), msg);
|
showMessageBox(QMessageBox::Critical, tr("Debugger Error"), msg);
|
||||||
|
@@ -61,8 +61,6 @@ public:
|
|||||||
void startInferior();
|
void startInferior();
|
||||||
void startInferiorPhase2();
|
void startInferiorPhase2();
|
||||||
void interruptInferior();
|
void interruptInferior();
|
||||||
void shutdown();
|
|
||||||
const char *inferiorShutdownCommand() const { return "kill"; }
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void handleStubAttached(const GdbResponse &response);
|
void handleStubAttached(const GdbResponse &response);
|
||||||
|
Reference in New Issue
Block a user