forked from qt-creator/qt-creator
Debugger: Fix "Repeat Last Command" button
Broke by 150af7af4c.
flags must be stored with the command.
Change-Id: If2bac648d7d4b2c341eb6398d92b05660f519114
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
3286113ea8
commit
c2b34fb1ef
@@ -173,7 +173,8 @@ private: ////////// Gdb Command Management //////////
|
||||
Q_DECLARE_FLAGS(GdbCommandFlags, GdbCommandFlag)
|
||||
|
||||
protected:
|
||||
void runCommand(const DebuggerCommand &command, int flags = NoFlags);
|
||||
void runCommand(const DebuggerCommand &command);
|
||||
void runCommand(const QByteArray &command, int flags);
|
||||
void runCommand(const QByteArray &command,
|
||||
const DebuggerCommand::Callback &callback,
|
||||
int flags = NoFlags);
|
||||
|
||||
Reference in New Issue
Block a user