forked from qt-creator/qt-creator
Debugger: Add Run-in-Console for LLDB
Task-number: QTCREATORBUG-9650 Change-Id: I74586ca8c89efedbb952218497f7acdae500d3b9 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
#include <debugger/memoryagent.h>
|
||||
#include <debugger/watchhandler.h>
|
||||
|
||||
#include <utils/consoleprocess.h>
|
||||
|
||||
#include <QPointer>
|
||||
#include <QProcess>
|
||||
#include <QQueue>
|
||||
@@ -211,6 +213,13 @@ private:
|
||||
QScopedPointer<DebuggerToolTipContext> m_toolTipContext;
|
||||
|
||||
void showToolTip();
|
||||
|
||||
// Console handling.
|
||||
Q_SLOT void stubError(const QString &msg);
|
||||
Q_SLOT void stubExited();
|
||||
Q_SLOT void stubStarted();
|
||||
bool prepareCommand();
|
||||
Utils::ConsoleProcess m_stubProc;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user