[PATCH] MCJIT MachO debugging support

Lang Hames lhames at gmail.com
Mon Jun 16 16:40:22 PDT 2014


>>! In D4005#7, @loladiro wrote:
>...I think I'm just to push a new version that removes that comment.

That's ok. In that case though, could you tweak the implementation of updateSectionAddress so that it can be safely called multiple times? I believe LLDB sometimes does that (possibly redundantly - with the same "new" address each time). 
As currently written, you'll overwrite the "old" section address the second time through.

Cheers,
Lang.

http://reviews.llvm.org/D4005






More information about the llvm-commits mailing list