We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbde8a commit 0566f23Copy full SHA for 0566f23
llvm/utils/gdb-scripts/prettyprinters.py
@@ -102,6 +102,8 @@ def next(self):
102
def __init__(self, val):
103
self.val = val
104
105
+ __next__ = next
106
+
107
def children(self):
108
data = self.val['Data']
109
return self._iterator(data, data + self.val['Length'])
@@ -198,6 +200,8 @@ def next(self):
198
200
self.first = False
199
201
return 'x', v
202
203
204
205
206
207
0 commit comments