[Android]: Don't omit the frame pointer on Arm64.
If we omit the frame pointer on Arm64 there is no way for breakpad to correctly symbolize stack traces which contain stack frames for which we don't have CFI information (e.g., system libraries like libc.so). This is because the Arm64 ABI does not specify where a frame pointer should be in a stack frame, so, without CFI information, there is no way to calculate the start of the caller's frame if the caller omits the frame pointer. More details are on the bug. BUG=391706 Review URL: https://codereview.chromium.org/381923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282370 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment