This is an archive of the discontinued LLVM Phabricator instance.

modify-python-lldb.py: (Re)move __len__ and __iter__ support
ClosedPublic

Authored by labath on Apr 3 2019, 5:16 AM.

Details

Summary

This patch moves the modify-python-lldb code for adding new functions to
the SBModule class into the SBModule interface file. As this is the last
class using this functionality, I also remove all support for this kind
of modifications from modify-python-lldb.py.

Diff Detail

Repository
rL LLVM

Event Timeline

labath created this revision.Apr 3 2019, 5:16 AM
amccarth accepted this revision.Apr 3 2019, 9:11 AM

Nice! Thanks for cleaning up the affected comments as well.

This revision is now accepted and ready to land.Apr 3 2019, 9:11 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2019, 3:12 AM