[PATCH] D15775: Add debugger rendezvous DT_DEBUG .dynamic entry
Ed Maste via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 24 13:45:39 PST 2015
emaste added a comment.
In http://reviews.llvm.org/D15775#316823, @rafael wrote:
> Why is mips special?
MIPS's .dyanamic section is read-only. Instead of using DT_DEBUG for the pointer to dyld information it uses a separate tag DT_MIPS_RLD_MAP which points to storage in the read-write .rld_map section, which in turn points to the dyld information.
I added the support for DT_MIPS_RLD_MAP in http://reviews.llvm.org/D1890 which has some more background.
http://reviews.llvm.org/D15775
More information about the llvm-commits
mailing list