[PATCH] MCJIT MachO debugging support

Lang Hames lhames at gmail.com
Tue Jul 15 11:30:21 PDT 2014


Hi Keno,

Sorry - I'm going to have to back this out: It's breaking llvm-rtdyld due
to the read-only MemoryBuffer issue. It also wreaks havoc with
RuntimeDyldMachO in general, since we can no longer code to the
MachOObjectFile API (section address references are common, and now these
all need to go via the ObjectImage).

Once the RuntimeDyldMachO cleanup is in (hopefully today) I'll return to
this - I think I can adapt your patch to build a solution that will do the
right thing here.

Cheers,
Lang.



On Tue, Jun 24, 2014 at 5:29 PM, Lang Hames <lhames at gmail.com> wrote:

> Committed in r211652. Thanks Keno!
>
> http://reviews.llvm.org/D4005
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140715/d6c2578e/attachment.html>


More information about the llvm-commits mailing list