summaryrefslogtreecommitdiff
path: root/include/libunwind-arm.h
Commit message (Expand)AuthorAgeFilesLines
* Fix __SOFTFP__ case for arm getcontextAdeel2022-08-051-17/+24
* Add support for arm fp registers unwindJan Vorlicek2022-07-261-28/+30
* Make some structs non-emptyMosè Giordano2022-05-221-5/+1
* stop lying about the ARM PC locationJameson Nash2021-02-171-1/+1
* improve unw_getcontext on ARM/ThumbJameson Nash2021-02-171-19/+33
* Define UNW_EMPTY_STRUCT for non-GNUCSteve MacLean2020-05-211-1/+5
* Fix MSVC UNW_REMOTE_ONLY compilation errorsSteve MacLean2020-05-201-0/+6
* arm: getcontext switches back to thumb modeBernhard Rosenkraenzer2017-08-151-1/+2
* libunwind-arm: fix build failure due to asm()Romain Naour2017-07-051-2/+2
* One time whitespace fixup.Arun Sharma2014-09-271-20/+20
* [ARM] Add support for systems that don't support ucontext.hKen Werner2011-10-291-7/+11
* ARM: Initial support for remote unwinding using libunwind-ptraceKen Werner2011-08-151-5/+0
* Rework the lookup of the ARM specific unwind infoKen Werner2011-08-151-8/+0
* 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-0/+13
* Drop a call frame in tdep_trace and avoid a call to unw_step.Lassi Tuura2011-04-011-8/+0
* Fix up compilation and test failuresArun Sharma2011-03-241-1/+1
* Integrate fast trace into backtrace().Lassi Tuura2011-03-241-2/+0
* Fast back-trace for x86_64 for only collecting the call stack.Lassi Tuura2011-03-241-0/+10
* Add initial ARM and MIPS support. To support this, also enable theDaniel Jacobowitz2008-02-041-0/+298