DescriptionFix for putting main module as first one in minidump The first module in a minidump is expected to be for the main executable. We used to assume that /proc/<pid>/maps always showed that one first, but in some cases that is no longer true (see comment #7 of the bug). So this change makes use of the entry point stored in auxv to make sure we put the correct module first. BUG=chromium-os:25355 TEST=Ran Breakpad tests Committed: https://code.google.com/p/google-breakpad/source/detail?r=942 Patch Set 1 #
MessagesTotal messages: 2
|