S60: Dis-embed the embedded run S60 debugger run control.

As it created 2 output panes that could be closed indepently
of each other.
This commit is contained in:
Friedemann Kleint
2010-08-20 15:23:42 +02:00
parent b230898b66
commit 5b4f826552
4 changed files with 77 additions and 101 deletions

View File

@@ -229,6 +229,12 @@ DebuggerRunControl::~DebuggerRunControl()
delete engine;
}
const DebuggerStartParameters &DebuggerRunControl::startParameters() const
{
QTC_ASSERT(m_engine, return *(new DebuggerStartParameters()));
return m_engine->startParameters();
}
static DebuggerEngineType engineForToolChain(int toolChainType)
{
switch (toolChainType) {