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:
hjk
2013-09-09 16:03:14 +02:00
parent b00a7f0311
commit ed1483741e
7 changed files with 0 additions and 740 deletions

View File

@@ -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: