[Lldb-commits] [lldb] [lldb] Fix address to read segment data (PR #120655)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 26 00:22:37 PST 2024


labath wrote:

> Updated the commit to address @labath's comment.

Can you explain how you did that? The new implementation does something completely different (and wrong on several levels) from the one I pointed you to. [Here](https://android.googlesource.com/platform/bionic/+/android-4.2_r1/linker/linker_phdr.c#34) is a description of elf loading from a linker POV that might be helpful.

https://github.com/llvm/llvm-project/pull/120655


More information about the lldb-commits mailing list