debugger: work on remote debugging using plain gdbserver

This commit is contained in:
hjk
2009-09-24 10:54:27 +02:00
parent 063d13e00f
commit f5c6f667d1
4 changed files with 74 additions and 34 deletions

View File

@@ -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());