forked from qt-creator/qt-creator
Set target architecture for the symbian trk adapter
Enables use of multi-target GDB. Reviewed-by: hjk
This commit is contained in:
@@ -1649,6 +1649,8 @@ void TrkGdbAdapter::handleCreateProcess(const TrkResult &result)
|
|||||||
logMessage(warnMessage, LogError);
|
logMessage(warnMessage, LogError);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_engine->postCommand("set gnutarget arm-none-symbianelf");
|
||||||
|
|
||||||
const QByteArray symbolFile = m_symbolFile.toLocal8Bit();
|
const QByteArray symbolFile = m_symbolFile.toLocal8Bit();
|
||||||
if (symbolFile.isEmpty()) {
|
if (symbolFile.isEmpty()) {
|
||||||
logMessage(_("WARNING: No symbol file available."), LogError);
|
logMessage(_("WARNING: No symbol file available."), LogError);
|
||||||
|
|||||||
Reference in New Issue
Block a user