forked from qt-creator/qt-creator
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:
@@ -200,8 +200,6 @@ void GdbCoreEngine::handleTargetCore(const GdbResponse &response)
|
||||
{
|
||||
QTC_ASSERT(state() == InferiorSetupRequested, qDebug() << state());
|
||||
if (response.resultClass == GdbResultDone) {
|
||||
// HACK: The namespace is not accessible in the initial run.
|
||||
tryLoadPythonDumpers();
|
||||
showMessage(tr("Attached to core."), StatusBar);
|
||||
handleInferiorPrepared();
|
||||
// Due to the auto-solib-add off setting, we don't have any
|
||||
|
||||
Reference in New Issue
Block a user