forked from qt-creator/qt-creator
Qnx: Partially fix Attach to Running process
Only works for opened, active project, but better than before. Change-Id: Icafe3a9605cea29cd16ed4bd316bf195e78efdb5 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1019,7 +1019,8 @@ void GdbServerPortsGatherer::handlePortListReady()
|
||||
return;
|
||||
}
|
||||
}
|
||||
reportDone();
|
||||
// reportDone();
|
||||
reportStarted();
|
||||
}
|
||||
|
||||
// GdbServerRunner
|
||||
|
Reference in New Issue
Block a user