forked from qt-creator/qt-creator
QNX: Fixed port for gdb server, fixes broken debugging on BlackBerry
As fillParameters(..) (debuggerplugin.cpp) now overrides the start parameters for channel, pass the port to use when remote setup is completed instead. Change-Id: Iad4c3e4d092105cde32b52814218b77990549f61 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -83,7 +83,7 @@ void BlackBerryDebugSupport::launchRemoteApplication()
|
||||
void BlackBerryDebugSupport::handleStarted()
|
||||
{
|
||||
m_engine->startParameters().attachPID = m_runner->pid();
|
||||
m_engine->notifyEngineRemoteSetupDone(-1, -1);
|
||||
m_engine->notifyEngineRemoteSetupDone(8000, -1);
|
||||
}
|
||||
|
||||
void BlackBerryDebugSupport::handleStartFailed(const QString &message)
|
||||
|
||||
Reference in New Issue
Block a user