forked from qt-creator/qt-creator
centralize gdb comm log queuing
this drastically improves the usefulness of the debugger output window by making internal and external messages appear in sync.
This commit is contained in:
@@ -309,6 +309,8 @@ signals:
|
||||
void configValueRequested(const QString &name, QVariant *value);
|
||||
void setConfigValueRequested(const QString &name, const QVariant &value);
|
||||
void applicationOutputAvailable(const QString &output);
|
||||
void emitShowOutput(int channel, const QString &output);
|
||||
void emitShowInput(int channel, const QString &input);
|
||||
|
||||
private:
|
||||
void init();
|
||||
|
||||
Reference in New Issue
Block a user