debugger: small fixes for the gdb macro based QString and QStringList dumpers

This commit is contained in:
hjk
2009-05-07 14:53:53 +02:00
parent 6200d188da
commit d42a7e407e
2 changed files with 53 additions and 27 deletions

View File

@@ -189,6 +189,8 @@ private slots:
void gdbProcError(QProcess::ProcessError error);
void readGdbStandardOutput();
void readGdbStandardError();
void readUploadStandardOutput();
void readUploadStandardError();
void readDebugeeOutput(const QByteArray &data);
void stubStarted();
void stubError(const QString &msg);