forked from qt-creator/qt-creator
Debugger: Remove RemoteGdbProcess and RemotePlainGdbAdapter
Should be superseded by using a LocalAdapter variant with (remote) DeviceProcess. Change-Id: I9834105ff677bfe5ca527778e9795efc3b677393 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
#include "localplaingdbadapter.h"
|
||||
#include "termgdbadapter.h"
|
||||
#include "remotegdbserveradapter.h"
|
||||
#include "remoteplaingdbadapter.h"
|
||||
|
||||
#include "gdboptionspage.h"
|
||||
|
||||
@@ -5460,8 +5459,6 @@ DebuggerEngine *createGdbEngine(const DebuggerStartParameters &sp)
|
||||
case StartRemoteProcess:
|
||||
case AttachToRemoteServer:
|
||||
return new GdbRemoteServerEngine(sp);
|
||||
case StartRemoteGdb:
|
||||
return new GdbRemotePlainEngine(sp);
|
||||
case AttachExternal:
|
||||
return new GdbAttachEngine(sp);
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user