ARM32 out of proc unwind support (dotnet/coreclr#26082)
authorMike McLaughlin <mikem@microsoft.com>
Fri, 9 Aug 2019 17:24:06 +0000 (10:24 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Aug 2019 17:24:06 +0000 (10:24 -0700)
commitb61cc2fa7e90a54b222c303f61e478f48bd8c011
tree65aafa6f2577411f6b1f37edd7b39902cd2747b3
parentb68bd1e07e35a77bc1d6ae8695889a4f7ca1522d
ARM32 out of proc unwind support (dotnet/coreclr#26082)

ARM32 out of proc unwind support

Removed the old dwarf unwind info decoding and use libunwind
for both dwarf and arm exidx.

Commit migrated from https://github.com/dotnet/coreclr/commit/e8f08ff064b406d0ab0f36217abe6328ea61c081
src/coreclr/clrdefinitions.cmake
src/coreclr/src/pal/src/exception/remote-unwind.cpp
src/coreclr/src/pal/src/libunwind/src/CMakeLists.txt
src/coreclr/src/pal/src/libunwind/src/oop/_OOP_find_proc_info.c [new file with mode: 0644]
src/coreclr/src/pal/src/libunwind/src/oop/_OOP_internal.h [new file with mode: 0644]