[Lldb-commits] [PATCH] D16107: Fix for Bug 25338

Ravitheja Addepally via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 13 06:52:24 PST 2016


ravitheja added a comment.

Hi Oleyksiy, actually the problem is not with the Elf Format but its a problem with the ObjectFileElf itself which cannot handle reading from arbitrary offsets in the Elf. Now the ideal solution would be to fix that but as we had discussed last year we agreed to allocate more memory for the vdso. I could try to contain the complete fix in the ObjectFileElf but that may be counterproductive since it already buggy ?


http://reviews.llvm.org/D16107





More information about the lldb-commits mailing list