forked from qt-creator/qt-creator
Fix Mac debugging helpers removing arguments from locals
Change-Id: Ifce34d5f51d863eca9e7497a8638703f32cecf44 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -1022,7 +1022,8 @@ void GdbEngine::handleDebuggingHelperValue2Classic(const GdbResponse &response)
|
|||||||
parseWatchData(watchHandler()->expandedINames(), data, contents, &list);
|
parseWatchData(watchHandler()->expandedINames(), data, contents, &list);
|
||||||
//for (int i = 0; i != list.size(); ++i)
|
//for (int i = 0; i != list.size(); ++i)
|
||||||
// qDebug() << "READ: " << list.at(i).toString();
|
// qDebug() << "READ: " << list.at(i).toString();
|
||||||
watchHandler()->insertData(list);
|
foreach (const WatchData &data, list)
|
||||||
|
insertData(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
void GdbEngine::handleDebuggingHelperValue3Classic(const GdbResponse &response)
|
void GdbEngine::handleDebuggingHelperValue3Classic(const GdbResponse &response)
|
||||||
|
Reference in New Issue
Block a user