forked from qt-creator/qt-creator
Fix debugging with LLDB
Broke with bb11788a0a
Change-Id: Ie02a36b98be83bd4721eacc834321a5494c584a3
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user