llvm-project/libunwind
Saleem Abdulrasool 9ac2cc7812 Fix invalid memory access on android x86
On certain versions of android x86, the main module `app_process` is not
built as PIE.  When accessing the PT_GNU_EH_FRAME_HDR in such a
scenario, the `dlpi_addr` is 0, but the virtual address is not
relocated.  Manually rebase the address to avoid an invalid memory
access.

llvm-svn: 299575
2017-04-05 18:33:23 +00:00
..
cmake [CMake] Get libunwind building under LLVM/runtimes 2016-11-08 23:02:49 +00:00
docs Try to trigger the new docs builder. NFC 2017-04-03 19:23:11 +00:00
include [libunwind] Clean up macro usage. 2017-03-31 15:28:06 +00:00
src Fix invalid memory access on android x86 2017-04-05 18:33:23 +00:00
test [libunwind] Properly align _Unwind_Exception. 2016-07-20 23:56:42 +00:00
.arcconfig Update .arcconfig 2016-07-20 23:56:17 +00:00
.clang-format unwind: add a .clang-format 2015-05-07 19:50:18 +00:00
CMakeLists.txt [libunwind] Add sphinx docs 2017-03-28 15:21:43 +00:00
LICENSE.TXT Fix the project name in the license file. 2017-02-27 17:47:58 +00:00