forked from qt-creator/qt-creator
Debugger: Merge {Abstract,Local}PlainAdapter to GdbPlainEngine
Change-Id: Idb2197e429df2fb166f042649d3e95e88c28203e Reviewed-by: Christian Kandeler <christian.kandeler@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
#include "attachgdbadapter.h"
|
||||
#include "coregdbadapter.h"
|
||||
#include "localplaingdbadapter.h"
|
||||
#include "gdbplainengine.h"
|
||||
#include "termgdbadapter.h"
|
||||
#include "remotegdbserveradapter.h"
|
||||
|
||||
@@ -5464,7 +5464,7 @@ DebuggerEngine *createGdbEngine(const DebuggerStartParameters &sp)
|
||||
default:
|
||||
if (sp.useTerminal)
|
||||
return new GdbTermEngine(sp);
|
||||
return new GdbLocalPlainEngine(sp);
|
||||
return new GdbPlainEngine(sp);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user