debugger: sanitize breakpoint setting sequences

This commit is contained in:
hjk
2010-03-03 18:08:18 +01:00
parent 839ad4dae7
commit 172a1ae492
3 changed files with 87 additions and 55 deletions

View File

@@ -142,6 +142,7 @@ void GdbEngine::handleStackFramePython(const GdbResponse &response)
//for (int i = 0; i != list.size(); ++i)
// qDebug() << "LOCAL: " << list.at(i).toString();
#if 0
data = all.findChild("bkpts");
if (data.isValid()) {
BreakHandler *handler = manager()->breakHandler();
@@ -175,6 +176,7 @@ void GdbEngine::handleStackFramePython(const GdbResponse &response)
}
handler->updateMarkers();
}
#endif
//PENDING_DEBUG("AFTER handleStackFrame()");
// FIXME: This should only be used when updateLocals() was