Skip to content

Commit

Permalink
Fix debugging with LLDB
Browse files Browse the repository at this point in the history
Broke with bb11788

Change-Id: Ie02a36b98be83bd4721eacc834321a5494c584a3
Reviewed-by: Christian Stenger <[email protected]>
  • Loading branch information
e4z9 committed Nov 9, 2022
1 parent 5434de8 commit b038ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/qtcreator/debugger/lldbbridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -2128,7 +2128,7 @@ def dump_summary(self, valobj, expanded=False):
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
Expand Down

0 comments on commit b038ea3

Please sign in to comment.