forked from qt-creator/qt-creator
debugger: refactoring
Intergrate per-engine state tracking with the global running/stopped state.
This commit is contained in:
@@ -100,6 +100,10 @@ public:
|
||||
virtual void reloadSourceFiles();
|
||||
virtual void reloadFullStack() {}
|
||||
|
||||
DebuggerState state() const;
|
||||
void setState(DebuggerState state);
|
||||
void showStatusMessage(const QString &msg, int timeout = -1);
|
||||
|
||||
public slots:
|
||||
void syncDebuggerPaths();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user