Debugger: Move Python setup closer to debugger startup

It's unconditional nowadays, so we don't gain anything but code path
complexity from defering it.

Change-Id: Icc7d65835d1b2b76ecb64601822e0d70fd8f9f6e
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2014-01-28 11:27:13 +01:00
parent b852ee862d
commit a8e8c5fe1d
4 changed files with 21 additions and 42 deletions

View File

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