[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 06:49:03 PDT 2016


fjricci added a comment.

That was actually one of the fixes I originally tried. My only concern is that LoadModuleAtAddress is a protected method in the dynamic loader. If you think it's fine to change it to public, I'll go ahead and do that.


http://reviews.llvm.org/D18531





More information about the lldb-commits mailing list