debugger: interface cleanup

This commit is contained in:
hjk
2011-03-24 15:05:45 +01:00
parent d7cddd4e17
commit 09b04caff1
17 changed files with 31 additions and 36 deletions

View File

@@ -1832,7 +1832,7 @@ AbstractGdbAdapter *GdbEngine::createAdapter()
case AttachCore:
return new CoreGdbAdapter(this);
case AttachToRemote:
return new RemoteGdbServerAdapter(this, sp.toolChainAbi);
return new RemoteGdbServerAdapter(this);
case StartRemoteGdb:
return new RemotePlainGdbAdapter(this);
case AttachExternal: