forked from qt-creator/qt-creator
debugger: remove unued gnutarget parameter
Change-Id: Ic1c663bb11f7bf9420b35686ddeb581d31242b7f Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -181,13 +181,10 @@ void GdbRemoteServerEngine::setupInferior()
|
||||
|
||||
//const QByteArray sysroot = sp.sysroot.toLocal8Bit();
|
||||
//const QByteArray remoteArch = sp.remoteArchitecture.toLatin1();
|
||||
//const QByteArray gnuTarget = sp.gnuTarget.toLatin1();
|
||||
const QString args = sp.processArgs;
|
||||
|
||||
// if (!remoteArch.isEmpty())
|
||||
// postCommand("set architecture " + remoteArch);
|
||||
// if (!gnuTarget.isEmpty())
|
||||
// postCommand("set gnutarget " + gnuTarget);
|
||||
const QString solibSearchPath = sp.solibSearchPath.join(QLatin1String(PATHSEP));
|
||||
if (!solibSearchPath.isEmpty())
|
||||
postCommand("set solib-search-path " + solibSearchPath.toLocal8Bit());
|
||||
|
||||
Reference in New Issue
Block a user