[Lldb-commits] [PATCH] D60195: modify-python-lldb.py: (Re)move __len__ and __iter__ support

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 3 05:16:33 PDT 2019


labath created this revision.
labath added reviewers: amccarth, clayborg, jingham.

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.


https://reviews.llvm.org/D60195

Files:
  packages/Python/lldbsuite/test/python_api/module_section/TestModuleAndSection.py
  scripts/Python/modify-python-lldb.py
  scripts/interface/SBModule.i
  scripts/lldb.swig

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60195.193473.patch
Type: text/x-patch
Size: 8252 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190403/74dc88cb/attachment.bin>


More information about the lldb-commits mailing list