Debugger: fix loading of dumpers when attaching to running process

This was a recent regression trigger by delaying the dumper loading.

Change-Id: Ief9ad8ab21728ba8f1ad743e8b9a410655c47ae1
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-01-22 15:21:17 +01:00
committed by hjk
parent c74835d519
commit c08da42685

View File

@@ -88,6 +88,7 @@ void GdbAttachEngine::handleAttach(const GdbResponse &response)
case GdbResultRunning:
showMessage(_("INFERIOR ATTACHED"));
showMessage(msgAttachedToStoppedInferior(), StatusBar);
tryLoadPythonDumpers();
handleInferiorPrepared();
break;
case GdbResultError: