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:
hjk
2021-01-05 13:46:17 +01:00
parent f7d8f8b704
commit 8753889c63

View File

@@ -4058,8 +4058,7 @@ void GdbEngine::setupInferior()
if (rp.startMode == AttachToRemoteProcess) {
notifyEngineSetupOk();
runEngine();
handleInferiorPrepared();
} else if (isAttachEngine()) {
// Task 254674 does not want to remove them