[Lldb-commits] [PATCH] D16107: Fix for Bug 25338
Oleksiy Vyalov via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 13 12:26:51 PST 2016
ovyalov added a comment.
If vdso bug pertains to ELF format then it looks reasonable to keep the fix within ObjectFileELF.
I experimented a while ago with making ObjectFileELF to read from arbitrary offsets - please see http://reviews.llvm.org/D16151 as reflection of this idea (patch is pretty old and cannot be applied as-is).
Please take a look into it and let us know whether such approach may solve vdso problem.
http://reviews.llvm.org/D16107
More information about the lldb-commits
mailing list