summaryrefslogtreecommitdiff
path: root/include/tdep-arm
Commit message (Expand)AuthorAgeFilesLines
* Prefer EXTBL unwinding on ARMYichao Yu2021-11-261-0/+4
* Add support for older versions of AndroidOle André Vadla Ravnås2020-12-031-0/+1
* Use C11 atomicsSteve MacLean2020-05-211-6/+3
* Fix MSVC UNW_REMOTE_ONLY compilation errorsSteve MacLean2020-05-201-2/+8
* arm: FreeBSD/ARMv6 portKonstantin Belousov2017-08-241-2/+5
* Move ret_addr_column and signal_frame from dwarf_reg_state toDoug Moore2017-05-121-2/+2
* dwarf: Make binary path calculation os-specific.Konstantin Belousov2017-01-191-0/+2
* One time whitespace fixup.Arun Sharma2014-09-274-86/+86
* Add fast stack trace on ARM.Filip Nyback2014-07-301-3/+26
* Invert tdep_init() flag logicTommi Rantala2012-09-281-2/+2
* ARM: implement dwarf_to_unw_regnum() macro without tableTommi Rantala2012-08-211-2/+2
* Fix compilation on IA64Martin Milata2012-05-231-0/+1
* [ARM] Add support for systems that don't support ucontext.hKen Werner2011-10-291-1/+1
* ARM: Initial support for remote unwinding using libunwind-ptraceKen Werner2011-08-151-1/+1
* Rework the lookup of the ARM specific unwind infoKen Werner2011-08-152-13/+10
* Change address type from void* to unw_word_t.Ken Werner2011-07-281-2/+2
* Move arm_exidx_entry and arm_exidx_table structs from ex_tables.h into libunw...Ken Werner2011-07-151-13/+0
* Add support for handling signal frames on ARM Linux.Ken Werner2011-05-031-0/+11
* Implement a cheaper getcontext()Arun Sharma2011-04-051-0/+1
* Create a generic and local variant of the extbl parser.Ken Werner2011-04-051-0/+7
* Drop a call frame in tdep_trace and avoid a call to unw_step.Lassi Tuura2011-04-011-0/+7
* Fast back-trace for x86_64 for only collecting the call stack.Lassi Tuura2011-03-241-0/+1
* Remove the ARM_EXIDX_TABLE_MALLOC code path.Ken Werner2011-03-241-3/+0
* Remove the appname string of the ARM extbl parser.Ken Werner2011-03-241-1/+1
* ARM extbl cleanup.Ken Werner2011-03-241-32/+5
* Have the ARM extbtl-parser operate on the DWARF model directly.Ken Werner2011-03-242-32/+4
* Use ARM-specific unwinding tables in unw_stepZachary T Welch2011-03-221-0/+1
* Add module for parsing ARM-specific unwind tablesZachary T Welch2011-03-222-0/+130
* Use UNW_OBJ instead of UNWI_ARCH_OBJ to rename unwi_unwind_method on ARM.Ken Werner2011-03-071-1/+1
* Add an experimental and optional frame chain unwinding for ARMArun Sharma2010-05-261-0/+10
* Add path and pathlen arguments to tdep_get_elf_image()Arun Sharma2010-05-151-1/+2
* Identify signal frames by augmentation attribute.Lassi Tuura2010-04-241-0/+3
* Add initial ARM and MIPS support. To support this, also enable theDaniel Jacobowitz2008-02-043-0/+337