forked from qt-creator/qt-creator
Debugger: Convert bb extension to use runCommand
Change-Id: I528c51d2b02dccd91429778ef8c940fe5565345f Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -486,7 +486,7 @@ protected:
|
||||
static QByteArray dotEscape(QByteArray str);
|
||||
|
||||
void debugLastCommand();
|
||||
QByteArray m_lastDebuggableCommand;
|
||||
DebuggerCommand m_lastDebuggableCommand;
|
||||
|
||||
protected:
|
||||
virtual void write(const QByteArray &data);
|
||||
|
||||
Reference in New Issue
Block a user