forked from qt-creator/qt-creator
Fix debugging Symbian gcce raptor built apps.
Local executable is put into a different folder (always 'armv5' despite it being a 'gcce' build, changed in qmake), and the symbol file is named 'foo.exe.sym' instead of 'foo.sym'. Done-by: Friedemann Kleint Reviewed-by: Pawel Polanski
This commit is contained in:
@@ -1640,7 +1640,7 @@ void TrkGdbAdapter::handleCreateProcess(const TrkResult &result)
|
||||
|
||||
const QByteArray symbolFile = m_symbolFile.toLocal8Bit();
|
||||
if (symbolFile.isEmpty()) {
|
||||
logMessage(_("WARNING: No symbol file available."), LogWarning);
|
||||
logMessage(_("WARNING: No symbol file available."), LogError);
|
||||
} else {
|
||||
// Does not seem to be necessary anymore.
|
||||
// FIXME: Startup sequence can be streamlined now as we do not
|
||||
|
||||
Reference in New Issue
Block a user