Do not try non-dwarf local unwinds for x86.

The frame-chain unwind code in libunwind never really works and it
has a high probability of trying to access unmapped memory. When
doing a remote unwind, this will simply result in the unwind stopping.
When doing a local unwind, this can lead to crashes. Disable this
method for local unwinds.

Bug: 26807329

(cherry picked from commit 936e80b1ede36884588abe481406d73344826d5b)

Change-Id: I0032ffd833b0b9e8931defef31e2277e41186abc
1 file changed