[libcxx-commits] [PATCH] D67733: Fix gdb_pretty_printer_test on python3
Adhemerval Zanella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 18 13:42:59 PDT 2019
zatrazz created this revision.
zatrazz added reviewers: echristo, EricWF, saugustine.
Herald added subscribers: libcxx-commits, christof.
Herald added a project: libc++.
First issue is the 'next' iteration method which has changed its
name to '_next_'. The another is the division method, where it
requires to use the floor division so iteration converge.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D67733
Files:
libcxx/test/pretty_printers/gdb_pretty_printer_test.py
libcxx/utils/gdb/libcxx/printers.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67733.220742.patch
Type: text/x-patch
Size: 3174 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190918/039b1a2b/attachment.bin>
More information about the libcxx-commits
mailing list