forked from qt-creator/qt-creator
debugger: make watchdog timeout configurable
This commit is contained in:
@@ -235,7 +235,6 @@ private: ////////// Gdb Command Management //////////
|
||||
|
||||
QHash<int, GdbCommand> m_cookieForToken;
|
||||
QTimer *m_commandTimer;
|
||||
enum { COMMAND_TIMEOUT = 20000 };
|
||||
|
||||
QByteArray m_pendingConsoleStreamOutput;
|
||||
QByteArray m_pendingLogStreamOutput;
|
||||
|
||||
Reference in New Issue
Block a user