[lldb-dev] [PATCH] Change LLDB to use LLVM's DynamicLibrary

Zachary Turner zturner at google.com
Fri Aug 22 11:25:40 PDT 2014


This should work now, if anyone has some time to look at this.


On Fri, Aug 22, 2014 at 10:01 AM, Zachary Turner <zturner at google.com> wrote:

> Sorry, this patch currently doesn't compile because I fail at using Xcode.
>  Working on fixing it up though and will repost.
>
>
> On Thu, Aug 21, 2014 at 5:29 PM, Zachary Turner <zturner at google.com>
> wrote:
>
>> I don't know how to exercise or test the plugin code, so I wonder if
>> someone wouldn't mind testing this for me.  There's an LLVM patch which you
>> can apply at the root of your LLVM tree which will modify LLVM's
>> DynamicLibrary to use RTLD_FIRST, as discussed earlier on the list.  Then
>> an LLDB-side patch which deletes lldb's DynamicLibrary and uses LLVM's
>> instead.
>>
>> If someone could apply both patches, and then verify that everything
>> still works, I would appreciate.  If it passes, I will work on upstreaming
>> the LLVM patch.
>>
>> 0001-Limit-the-symbol-search...patch is the LLVM side patch, and the
>> other is the LLDB side patch.
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140822/611bcd65/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Limit-the-symbol-search-in-DynamicLibrary-to-the-mod.patch
Type: application/octet-stream
Size: 4346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140822/611bcd65/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Update-LLDB-to-use-LLVM-s-DynamicLibrary.patch
Type: application/octet-stream
Size: 24277 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140822/611bcd65/attachment-0001.obj>


More information about the lldb-dev mailing list