https://llvm.org/bugs/show_bug.cgi?id=26289

Luke Drummond <luke.drumm...@codeplay.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Luke Drummond <luke.drumm...@codeplay.com> ---
@ravithejawork

Thanks for helping out with this. I'm going to close this ticket, because as
you say, this is not caused by your changes (which appear correct) but is
triggered by mis-parsing the ELF section header table - which I think is
covered by #25338. Dumping all ELF files from the Android device (including the
VDSO) and then reading them with readelf shows that the ELF header and section
header table is correct, but somehow being misinterpreted in
ELFSectionHeader::Parse.

Thanks again for you help.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to