Fix debugging with LLDB

Broke with bb11788a0a

Change-Id: Ie02a36b98be83bd4721eacc834321a5494c584a3
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Eike Ziller
2022-11-09 12:42:17 +01:00
parent 5434de83b9
commit b038ea3a40

View File

@@ -2128,7 +2128,7 @@ class SummaryDumper(Dumper, LogMixin):
self.putItem(value)
# FIXME: Hook into putField, etc to build up object instead of parsing MI
response = gdbmiparser.parse_response("^ok,summary=%s" % self.takeOutput()))
response = gdbmiparser.parse_response("^ok,summary=%s" % self.takeOutput())
self.output = savedOutput
self.expandedINames = oldExpanded