[Lldb-commits] [PATCH] D16107: Fix for Bug 25338
Oleksiy Vyalov via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 12 11:31:49 PST 2016
ovyalov added a comment.
vdso issue is related to ELF format and I'm wondering whether we can keep the fix contained in ObjectFileELF - for example, if a section that we're trying to read is beyond the boundaries of memory buffer we can read its content from inferior's memory using ObjectFile::m_process_wp.
http://reviews.llvm.org/D16107
More information about the lldb-commits
mailing list