forked from qt-creator/qt-creator
Debugger: Use a SimpleTargetLaucher for gdbserver
Makes remote output appear again in the Application Output pane, and is arguably the right thing to do anyway. Change-Id: I05c365eec43f60a85482b8ae7d5856b3a31ee6f8 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -120,7 +120,7 @@ private:
|
||||
Utils::Port m_qmlServerPort;
|
||||
};
|
||||
|
||||
class DEBUGGER_EXPORT GdbServerRunner : public ProjectExplorer::RunWorker
|
||||
class DEBUGGER_EXPORT GdbServerRunner : public ProjectExplorer::SimpleTargetRunner
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -131,9 +131,7 @@ public:
|
||||
|
||||
private:
|
||||
void start() override;
|
||||
void stop() override;
|
||||
|
||||
ProjectExplorer::ApplicationLauncher m_gdbServer;
|
||||
GdbServerPortsGatherer *m_portsGatherer;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user