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

Francis Ricci via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 29 10:56:05 PDT 2016


fjricci added a comment.

I see that DynamicLoaderHexagonDYLD also has a LoadModuleAtAddress function, which seems to be the same as the one in DynamicLoader, except that the member functions it calls are overloaded, and it is also missing the newly added ReadFromMemory code.

I think this function should be safe to remove, but I wanted to double check before I do that.


http://reviews.llvm.org/D18531





More information about the lldb-commits mailing list