forked from qt-creator/qt-creator
debugger: small fixes for the gdb macro based QString and QStringList dumpers
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user