[Lldb-commits] [PATCH] D18531: Allow gdbremote process to read modules from memory

Ted Woodward via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 30 11:20:54 PDT 2016


ted added a comment.

Thanks for adding me, Tamas.

It looks like removing the code in the Hexagon Dynamic Loader plugin will have lldb drill down into ObjectFileElf, and end up doing the same thing - set the load address of each section of the ELF file. So it should behave the same as before this patch. I don't think we'll ever need too load a module from memory, but if we do, we can now. LGTM.


http://reviews.llvm.org/D18531





More information about the lldb-commits mailing list