forked from qt-creator/qt-creator
debugger: remove some old test code
Change-Id: I899cc0ac4e130ceeb08c474ee255fbe2613c2e6b Reviewed-on: http://codereview.qt.nokia.com/3875 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -804,10 +804,6 @@ void GdbEngine::runDebuggingHelperClassic(const WatchData &data0, bool dumpChild
|
|||||||
void GdbEngine::createGdbVariableClassic(const WatchData &data)
|
void GdbEngine::createGdbVariableClassic(const WatchData &data)
|
||||||
{
|
{
|
||||||
PRECONDITION;
|
PRECONDITION;
|
||||||
if (data.iname == "local.flist.0") {
|
|
||||||
int i = 1;
|
|
||||||
Q_UNUSED(i);
|
|
||||||
}
|
|
||||||
postCommand("-var-delete \"" + data.iname + '"', WatchUpdate);
|
postCommand("-var-delete \"" + data.iname + '"', WatchUpdate);
|
||||||
QByteArray exp = data.exp;
|
QByteArray exp = data.exp;
|
||||||
if (exp.isEmpty() && data.address)
|
if (exp.isEmpty() && data.address)
|
||||||
|
|||||||
Reference in New Issue
Block a user