forked from qt-creator/qt-creator
debugger: make register contents editable (gdb only for now)
This commit is contained in:
@@ -319,6 +319,7 @@ public slots:
|
||||
void executeDebuggerCommand(const QString &command);
|
||||
|
||||
void watchPoint();
|
||||
void setRegisterValue(int nr, const QString &value);
|
||||
|
||||
void showStatusMessage(const QString &msg, int timeout = -1); // -1 forever
|
||||
|
||||
|
||||
Reference in New Issue
Block a user