[Lldb-commits] [PATCH] D14524: Create a `PythonModule` class and add a root-level method for name lookup

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 9 17:31:00 PST 2015


On Mon, Nov 9, 2015 at 5:22 PM Zachary Turner <zturner at google.com> wrote:

> zturner created this revision.
> zturner added reviewers: granata.enrico, clayborg, tfiala.
> zturner added a subscriber: lldb-commits.
>
> The goal here is to eventually replace some code in `python-wrapper.swig`
> with this code.  This way it can be properly unit tested and we can easily
> deal with Python version differences.
>
> the first set of patches will focus on just getting the classes in with
> unit tests to confirm they work, and then I will replace the code in
> `python-wrapper.swig` with this code.
>

Sorry, just to be clear -- first I will just get these enhancements to the
Python object classes in, and then I will replace the code in
`python-wrapper.swig` with *calls* to this code.  Not with a copy of the
code.  the swig wrapper stuff is already set up to be able to reuse all of
this code
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151110/35b31257/attachment.html>


More information about the lldb-commits mailing list