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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to