debugger: minor cleanup

This commit is contained in:
hjk
2010-12-10 09:37:31 +01:00
parent 1a3beebf23
commit 18986b8ccb
5 changed files with 41 additions and 37 deletions

View File

@@ -65,7 +65,7 @@ class DEBUGGER_EXPORT DebuggerStartParameters
{
public:
DebuggerStartParameters();
void clear();
QString toolChainName() const;
QString executable;
QString displayName;
@@ -77,17 +77,20 @@ public:
qint64 attachPID;
bool useTerminal;
bool breakAtMain;
QString crashParameter; // for AttachCrashedExternal
// for qml debugging
// Used by AttachCrashedExternal.
QString crashParameter;
// Used by Qml debugging.
QString qmlServerAddress;
quint16 qmlServerPort;
QString projectBuildDir;
QString projectDir;
// for cpp+qml debugging
// Used by combined cpp+qml debugging.
DebuggerEngineType cppEngineType;
// for remote debugging
// Used by remote debugging.
QString remoteChannel;
QString remoteArchitecture;
QString gnuTarget;