debugger: fix recent regression (infinite loop on stack-list-locals)

This commit is contained in:
hjk
2010-01-28 16:41:16 +01:00
parent d00fba8e2b
commit 67bf3f2333

View File

@@ -48,12 +48,8 @@ namespace Internal {
void GdbEngine::updateLocalsPython(const QByteArray &varList)
{
PRECONDITION;
if (m_gdbAdapter->isTrkAdapter()) {
postCommand("-stack-list-locals 0",
WatchUpdate, CB(handleStackListLocalsPython));
return;
}
m_processedNames.clear();
manager()->watchHandler()->beginCycle();
//m_toolTipExpression.clear();
WatchHandler *handler = m_manager->watchHandler();