forked from qt-creator/qt-creator
Factor out common debugger watch functionality
Factor out watch function, improve debug output.
This commit is contained in:
@@ -104,6 +104,7 @@ private:
|
||||
bool startDebuggerWithExecutable(DebuggerStartMode sm, QString *errorMessage);
|
||||
void startWatchTimer();
|
||||
void killWatchTimer();
|
||||
void processTerminated(unsigned long exitCode);
|
||||
|
||||
CdbDebugEnginePrivate *m_d;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user