summaryrefslogtreecommitdiff
path: root/include/tdep-arm
diff options
context:
space:
mode:
authorOle André Vadla Ravnås <oleavr@gmail.com>2020-11-12 04:25:58 +0100
committerDave Watson <dade.watson@gmail.com>2020-12-03 07:22:38 -0800
commit3f7ab0b7ca447e5038fd2050c0c660f88125e7b0 (patch)
treecb9d840605ad5c5652e11b0491cb62e5c812c134 /include/tdep-arm
parentcee5505a99d42a423059a1add8b87b75aeb45daa (diff)
downloadlibunwind-3f7ab0b7ca447e5038fd2050c0c660f88125e7b0.tar.gz
Add support for older versions of Android
Based on: - dl_iterate_phdr() patch by Jeff Muizelaar. - maps_next() improvement from AOSP: 7d46a21. - unwi_unwind_method and x86_local_resume() from AOSP: 1c82a52.
Diffstat (limited to 'include/tdep-arm')
-rw-r--r--include/tdep-arm/libunwind_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tdep-arm/libunwind_i.h b/include/tdep-arm/libunwind_i.h
index 36ceca38..88ebfb06 100644
--- a/include/tdep-arm/libunwind_i.h
+++ b/include/tdep-arm/libunwind_i.h
@@ -320,6 +320,7 @@ extern void tdep_stash_frame (struct dwarf_cursor *c,
#define UNW_ARM_METHOD_DWARF 0x01
#define UNW_ARM_METHOD_FRAME 0x02
#define UNW_ARM_METHOD_EXIDX 0x04
+#define UNW_ARM_METHOD_LR 0x08
#define unwi_unwind_method UNW_OBJ(unwind_method)
extern int unwi_unwind_method;