forked from qt-creator/qt-creator
Debugger: Move run parameters from engine to tool runner
The parameters belong to the run control, they should not be triplicated in case of a combined engine. Change-Id: I4dd84220edbd7a44b902cc52627fe01d0568db75 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -54,9 +54,8 @@ namespace Internal {
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
|
||||
GdbCoreEngine::GdbCoreEngine(const DebuggerRunParameters &startParameters)
|
||||
: GdbEngine(startParameters),
|
||||
m_coreUnpackProcess(0)
|
||||
GdbCoreEngine::GdbCoreEngine(bool useTerminal)
|
||||
: GdbEngine(useTerminal)
|
||||
{}
|
||||
|
||||
GdbCoreEngine::~GdbCoreEngine()
|
||||
|
||||
Reference in New Issue
Block a user