forked from qt-creator/qt-creator
debugger: work on remote debugging using plain gdbserver
This commit is contained in:
@@ -1294,6 +1294,7 @@ void DebuggerPlugin::startRemoteApplication()
|
||||
StartRemoteDialog dlg(m_manager->mainWindow());
|
||||
QStringList arches;
|
||||
arches.append(_("i386:x86-64:intel"));
|
||||
arches.append(_("i386"));
|
||||
dlg.setRemoteArchitectures(arches);
|
||||
dlg.setRemoteChannel(
|
||||
configValue(_("LastRemoteChannel")).toString());
|
||||
|
||||
Reference in New Issue
Block a user