I guess there is one more place that needs porting. File : minidump_writer.cc
where DSO info is written to dump. Now it reads DT_DEBUG tag to get the linklist
of shared libs which loader filled. But for MIPS specifically, this DT_DEBUG tag
is not used. Instead DT_MIPS_RLD_MAP is used. We wont be getting any useful info
about shared libs for MIPS if this porting is not done.
Issue 381002: Add MIPS support
Created 12 years, 7 months ago by chrisdearman
Modified 12 years, 2 months ago
Reviewers: Ted Mielczarek, Ben Chan, deepthi
Base URL:
Comments: 18