summaryrefslogtreecommitdiff
path: root/libdwfl/frame_unwind.c
Commit message (Expand)AuthorAgeFilesLines
* libdwfl: Handle unwind frame when the return address register isn't set.Mark Wielaard2018-04-131-16/+30
* Use fallthrough attribute.Joshua Watt2018-02-101-1/+1
* Clean up linux-specific system includesUlf Hermann2017-04-261-1/+0
* lib: Provide MAX and MIN in system.hAkihiko Odaki2016-10-121-4/+1
* libdwfl: Don't crash on out of memory when frame unwinding.Mark Wielaard2016-02-221-5/+18
* libdwfl: make the unwinder aware of the backend defined ra_offset.Jose E. Marchesi2016-01-031-1/+8
* Move nested functions in frame_unwind.c.Chih-Hung Hsieh2015-11-031-73/+90
* libdwfl: Replace abs with llabs for int64_t values.Chih-Hung Hsieh2015-09-091-1/+1
* libebl: Add ebl_func_addr_mask plus ARM backend implementation.Mark Wielaard2014-06-221-1/+5
* libdwfl: __libdwfl_frame_reg_[gs]et use uint64_t when checking bits.Mark Wielaard2014-04-241-2/+2
* libdwfl: Only skip reset of return register for non-CIE-return regno (ppc64).elfutils-0.158Mark Wielaard2014-01-051-2/+3
* libdwfl: Make sure to set the CFI return register only once (for ppc64).Mark Wielaard2013-12-251-2/+25
* unwinder: s390 and s390xJan Kratochvil2013-12-181-9/+84
* Fix forgotten call of ebl_dwarf_to_regno.Jan Kratochvil2013-12-171-1/+1
* libdwfl: Fix various frame related memory leaks.Mark Wielaard2013-12-161-0/+1
* unwinder: ppc and ppc64Jan Kratochvil2013-12-151-0/+4
* Unwinder for x86*.Jan Kratochvil2013-11-071-0/+617