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:
Oswald Buddenhagen
2009-10-09 16:35:52 +02:00
parent 0a9a1e98d9
commit 8e6d25d14a
4 changed files with 27 additions and 29 deletions

View File

@@ -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();