forked from qt-creator/qt-creator
debugger: refactorization
merge DebuggerRunControl::m_dumperLibrary{,Location} into StartParameters
This commit is contained in:
@@ -161,6 +161,9 @@ public:
|
||||
QString remoteArchitecture;
|
||||
QString serverStartScript;
|
||||
int toolChainType;
|
||||
|
||||
QString dumperLibrary;
|
||||
QStringList dumperLibraryLocations;
|
||||
};
|
||||
|
||||
QDebug operator<<(QDebug str, const DebuggerStartParameters &);
|
||||
@@ -279,9 +282,6 @@ public slots:
|
||||
const QSharedPointer<DebuggerStartParameters> &startParameters);
|
||||
void exitDebugger();
|
||||
|
||||
void setQtDumperLibraryName(const QString &dl); // Run Control
|
||||
void setQtDumperLibraryLocations(const QStringList &dl);
|
||||
|
||||
void setSimpleDockWidgetArrangement();
|
||||
|
||||
void setBusyCursor(bool on);
|
||||
|
||||
Reference in New Issue
Block a user