[lldb-dev] [Bug 21920] Find a solution to the Python debug/release problem on Windows

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Feb 20 09:26:13 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=21920

Zachary Turner <zturner at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |---

--- Comment #10 from Zachary Turner <zturner at google.com> ---
Investigate whether this can help us:

http://www.microsoft.com/en-us/download/details.aspx?id=44266

To use it, we would probably need to create an additional layer of separation
in the existing code, so that all of the python stuff, SWIG bindings, and
Python API calls were linked into one DLL, and everything else was linked into
another DLL.  Currently it's all one big DLL, liblldb.dll. I suspect this won't
be easy, but it might be possible.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150220/fe2efebd/attachment.html>


More information about the lldb-dev mailing list