forked from qt-creator/qt-creator
Debugger: Compactify gdb option page creation
Change-Id: I341a84795f3e4dda67d966da9cb5476f50a680dd Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
#include "gdbplainengine.h"
|
||||
#include "termgdbadapter.h"
|
||||
#include "remotegdbserveradapter.h"
|
||||
#include "gdboptionspage.h"
|
||||
|
||||
#include <debugger/debuggerstartparameters.h>
|
||||
#include <debugger/debuggerinternalconstants.h>
|
||||
@@ -4658,12 +4657,6 @@ DebuggerEngine *createGdbEngine(const DebuggerRunParameters &rp)
|
||||
}
|
||||
}
|
||||
|
||||
void addGdbOptionPages(QList<IOptionsPage *> *opts)
|
||||
{
|
||||
opts->push_back(new GdbOptionsPage());
|
||||
opts->push_back(new GdbOptionsPage2());
|
||||
}
|
||||
|
||||
void GdbEngine::doUpdateLocals(const UpdateParameters ¶ms)
|
||||
{
|
||||
m_pendingBreakpointRequests = 0;
|
||||
|
||||
Reference in New Issue
Block a user