debugger: start splitting off python and non-python specific bits

This commit is contained in:
hjk
2010-01-20 15:38:01 +01:00
parent ba877b6369
commit cdae30ccdb
6 changed files with 1015 additions and 825 deletions

View File

@@ -100,7 +100,7 @@ void TermGdbAdapter::startAdapter()
var += QLatin1Char('=');
var += m_engine->qtDumperLibraryName();
environment.push_back(var);
m_engine->setDebuggingHelperState(DebuggingHelperLoadTried);
m_engine->setDebuggingHelperStateClassic(DebuggingHelperLoadTried);
}
m_stubProc.setEnvironment(environment);
// FIXME: Starting the stub implies starting the inferior. This is