We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73436a7 commit b95f6f2Copy full SHA for b95f6f2
src/etc/gdb_rust_pretty_printing.py
@@ -319,7 +319,7 @@ def to_string(self):
319
def children(self):
320
(length, data_ptr) = \
321
rustpp.extract_length_and_ptr_from_std_btreeset(self.__val)
322
- val = GdbValue(data_ptr.get_wrapped_value().dereference()).get_child_at_index(0)
+ val = GdbValue(data_ptr.get_wrapped_value().dereference()).get_child_at_index(3)
323
gdb_ptr = val.get_wrapped_value()
324
for index in xrange(length):
325
yield (str(index), str(index))
0 commit comments