Description[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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282370
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|