forked from qt-creator/qt-creator
debugger: simplify parameter guessing
With profiles we have more reliable information, no need for some of the guessing anymore. Change-Id: I1818fbb112d44c99ef96c8643256432805a1b97b Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -56,7 +56,9 @@ public:
|
||||
};
|
||||
|
||||
DebuggerStartParameters()
|
||||
: engineType(NoEngineType),
|
||||
: masterEngineType(NoEngineType),
|
||||
firstSlaveEngineType(NoEngineType),
|
||||
secondSlaveEngineType(NoEngineType),
|
||||
isSnapshot(false),
|
||||
attachPID(-1),
|
||||
useTerminal(false),
|
||||
@@ -78,7 +80,9 @@ public:
|
||||
|
||||
//Core::Id profileId;
|
||||
|
||||
DebuggerEngineType engineType;
|
||||
DebuggerEngineType masterEngineType;
|
||||
DebuggerEngineType firstSlaveEngineType;
|
||||
DebuggerEngineType secondSlaveEngineType;
|
||||
QString sysRoot;
|
||||
QString debuggerCommand;
|
||||
ProjectExplorer::Abi toolChainAbi;
|
||||
|
||||
Reference in New Issue
Block a user