summaryrefslogtreecommitdiff
path: root/src/sh
Commit message (Expand)AuthorAgeFilesLines
* avoid leaking registers across sigreturnJameson Nash2022-05-221-1/+4
* Rationalize endianness macrosStephen Webb2020-06-181-3/+2
* Use C11 atomicsSteve MacLean2020-05-213-5/+5
* Fix compilation with -fno-common.Yichao Yu2020-03-311-8/+7
* change asm to __asm__ to support -std=c11 or similar (#149)Billy Donahue2020-03-091-2/+2
* fix compile issue on SH platform (#137)Michael Schenk2019-10-311-1/+1
* ALIAS unwind_get_accessorsDave Watson2017-12-281-1/+1
* Remove unw_handle_signal_frame from public API.Dave Watson2017-12-281-3/+3
* Remove PROTECTED visibilityDave Watson2017-12-2813-17/+17
* Change unw_init_local_signal to unw_init_local2(..., UNW_INIT_SIGNAL_FRAME)Dave Watson2017-08-161-2/+13
* Bring back support for UNW_CACHE_PER_THREAD.Bert Wesarg2017-08-151-1/+1
* For architectures that initialize the dwarf ip cache, but do notDoug Moore2017-08-071-1/+3
* Drop reference to dwarf.ret_addr_column.Doug Moore2017-05-191-1/+0
* Add a function to capture the dwarf_reg_states that occur in processingDoug Moore2017-05-124-0/+84
* unw_init_local_signalDoug Moore2017-04-031-3/+15
* Fixup invalid return code checks of unw_is_signal_frame()Chris Redmon2017-01-131-1/+1
* One time whitespace fixup.Arun Sharma2014-09-277-74/+74
* Support building with older compilers.Ladislav Michl2012-11-241-1/+1
* SuperH portTommi Rantala2012-09-2829-0/+1351