forked from qt-creator/qt-creator
debugger: remove infoTargetNecessary
Was only used for gdb < 7.0, and is not necessary on Mac. Change-Id: I9992d7aad52833f1e40d97395147bf1d2d546cf4 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
@@ -194,15 +194,6 @@ QByteArray LocalPlainGdbAdapter::execFilePath() const
|
||||
.absoluteFilePath().toLocal8Bit();
|
||||
}
|
||||
|
||||
bool LocalPlainGdbAdapter::infoTargetNecessary() const
|
||||
{
|
||||
#ifdef Q_OS_LINUX
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
QByteArray LocalPlainGdbAdapter::toLocalEncoding(const QString &s) const
|
||||
{
|
||||
return s.toLocal8Bit();
|
||||
|
||||
Reference in New Issue
Block a user