forked from qt-creator/qt-creator
Revive TCF agent
This mainly reverts commit ba47987e67.
Conflicts:
src/plugins/debugger/debugger.pro
src/plugins/debugger/debuggermanager.cpp
src/plugins/debugger/debuggermanager.h
src/plugins/debugger/debuggerplugin.cpp
src/plugins/debugger/debuggerplugin.h
This commit is contained in:
@@ -120,6 +120,7 @@ private slots:
|
||||
void attachExternalApplication();
|
||||
void attachCore();
|
||||
void attachCmdLine();
|
||||
void attachRemoteTcf();
|
||||
|
||||
void enableReverseDebuggingTriggered(const QVariant &value);
|
||||
void languageChanged(const QString &debuggerLanguage);
|
||||
@@ -153,6 +154,7 @@ private:
|
||||
QAction *m_startRemoteAction;
|
||||
QAction *m_attachExternalAction;
|
||||
QAction *m_attachCoreAction;
|
||||
QAction *m_attachTcfAction;
|
||||
QAction *m_detachAction;
|
||||
QComboBox *m_langBox;
|
||||
QToolButton *m_reverseToolButton;
|
||||
|
||||
Reference in New Issue
Block a user