forked from qt-creator/qt-creator
Debugger: Use handleInferiorPrepared also for AttachToRemoteProcess
Same pattern as the other scenarios. Change-Id: I065783b9ced3ad31a1918b48b44116071bb98d75 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -4058,8 +4058,7 @@ void GdbEngine::setupInferior()
|
|||||||
|
|
||||||
if (rp.startMode == AttachToRemoteProcess) {
|
if (rp.startMode == AttachToRemoteProcess) {
|
||||||
|
|
||||||
notifyEngineSetupOk();
|
handleInferiorPrepared();
|
||||||
runEngine();
|
|
||||||
|
|
||||||
} else if (isAttachEngine()) {
|
} else if (isAttachEngine()) {
|
||||||
// Task 254674 does not want to remove them
|
// Task 254674 does not want to remove them
|
||||||
|
Reference in New Issue
Block a user