Fix Stack Unwind Behavior of Libunwind-ARM
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 4 Mar 2016 04:38:15 +0000 (13:38 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 4 Mar 2016 05:28:42 +0000 (14:28 +0900)
commitf77e45a9f167391f865f8e5c79772c944a0741a4
tree10562f649e46d03eaf6123013e8c66da0cd9be25
parentce89b28c627773c52f988db745bf05822e0a3947
Fix Stack Unwind Behavior of Libunwind-ARM

Disable UNW_ARM_METHOD_DWARF, which gets problematic with
assembly-created stacks in ARM systems.

Although previous commits have fixed the compatibility issues
between cpp stacks and libunwind-arm, the assembly part
(asmhelpers.S) had similar problems.

Fix dotnet/coreclr#3462

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/35b5df6888f1574e6ef9313c6bc8522d1817573d
src/coreclr/src/coreclr/hosts/unixcoreruncommon/coreruncommon.cpp