On Mon, Nov 9, 2015 at 5:22 PM Zachary Turner <ztur...@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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to