[Lldb-commits] [lldb] [LLDB] Improve ObjectFileELF files ability to load from memory. (PR #100900)
Fangrui Song via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 29 00:12:29 PDT 2024
MaskRay wrote:
I'm not familiar with lldb, but I can make some comments as @tschuett invited me:)
Parsing PT_NOTE is a great step, as program headers are sufficient for executables, shared objects, and core dumps.
The section header table isn't needed and the relevant code could be dropped (unless relocatable file debugging is required).
Has the code been updated to handle p_align=8 PT_LOAD correctly? https://reviews.llvm.org/D150022 might be a related change from LLVMObject.
https://github.com/llvm/llvm-project/pull/100900
More information about the lldb-commits
mailing list