summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* aarch64: Fix __sigset build issue on muslCDave Watson2020-05-271-1/+1
* Fix signal stacks on illumos/SolarisJason King2020-04-291-2/+3
* Add initial support for Solaris x86-64Adeel2019-06-124-6/+18
* solaris portAlexander Esilevich2019-06-122-1/+3
* Delete hardcode of address size to support MIPS64. (#114)archerypp2019-04-241-3/+0
* x86_64: Fix tdep_init_done when built with libatomic_opsDave Watson2019-04-111-0/+4
* Tsan (#109)Dave Watson2019-04-031-0/+5
* Fixed a missing dependency in dwarf-eh.h Stephen Roberts2019-02-211-0/+1
* dwarf: Push correct CFA onto stack for dwarf expression evaluation. (#93)Stephen Roberts2018-11-131-1/+1
* aarch64: Use __asm__ instead of asm (#89)Guido Günther2018-10-121-1/+1
* aarch64: fix freebsd supportmyfreeweb2018-08-071-0/+11
* s390x: fix build when long double is more than 64 bitsMichael Munday2018-06-202-5/+5
* mipsN32: A modification suggestion to support mips N32Deng, Yimin (NSB - CN/Shanghai)2018-04-242-1/+9
* aarch64: tune down size of unw_context_t and unw_cursor_t (#71)Dave Watson2018-04-101-4/+28
* Remove unw_handle_signal_frame from header. (#70)Bert Wesarg2018-04-021-2/+0
* Add port to Linux on IBM Z (s390x)Michael Munday2018-01-096-0/+497
* ALIAS unwind_get_accessorsDave Watson2017-12-281-0/+2
* ALIAS dwarf symbolsDave Watson2017-12-282-1/+3
* Remove PROTECTED visibilityDave Watson2017-12-282-4/+1
* dwarf: Fix size of state to avoid corrupting rs_stackMichael Munday2017-11-281-1/+1
* dwarf: Allow DWARF version both 3 and 4 (#56)Yichao Yu2017-10-311-1/+2
* arm: FreeBSD/ARMv6 portKonstantin Belousov2017-08-242-2/+14
* half finished unw_local_init2Dave Watson2017-08-161-2/+8
* Bring back support for UNW_CACHE_PER_THREAD.Bert Wesarg2017-08-153-16/+4
* arm: getcontext switches back to thumb modeBernhard Rosenkraenzer2017-08-151-1/+2
* Fix ARM jmpbuf header include bug.credmon2017-08-151-1/+1
* dwarf: fix synthetic eh_frame_hdrDoug Moore2017-07-061-2/+2
* libunwind-arm: fix build failure due to asm()Romain Naour2017-07-051-2/+2
* aarch64: reduce UNW_TDEP_CURSOR_LEN to 512 on aarch64.Stephen Chen2017-06-201-1/+1
* arm: Use dwarf_find_proc_info for arm dwarf processingDoug Moore2017-06-201-12/+0
* Dwarf cache nodes are allocated in a round-robin fashion, despite theDoug Moore2017-06-161-3/+1
* Leave ret_addr_column out of the data that gets copied when pushing/poppingDoug Moore2017-05-201-3/+9
* Drop reference to dwarf.ret_addr_column.Doug Moore2017-05-191-1/+0
* Move the ret_addr_column field from dwarf_reg_cache_entry to dwarf_reg_state,Doug Moore2017-05-161-1/+1
* Change dwarf_reg_state from an array of pairs of differently-sized objectsDoug Moore2017-05-161-8/+2
* Bury the last_ip field until it can reappear in version 2.0.Doug Moore2017-05-121-0/+2
* Move ret_addr_column and signal_frame from dwarf_reg_state toDoug Moore2017-05-1212-27/+26
* Remove next field from dwarf_reg_state. Create new structDoug Moore2017-05-121-1/+7
* In dwarf_apply_reg_state change from dewarf_reg_state_t back to struct dwarf_...Doug Moore2017-05-121-1/+1
* Add a function to capture the dwarf_reg_states that occur in processingDoug Moore2017-05-122-0/+13
* Capture the address of the first byte after the instructionless gapDoug Moore2017-05-121-0/+1
* Pull cache-related fields out of reg_state, and put them into reg_cache struct.Doug Moore2017-05-121-3/+10
* dwarf:Drop dwarf_create_state_record.Doug Moore2017-04-281-3/+0
* ppc: fix inverted checkPaul Pluzhnikov2017-04-051-2/+2
* ppc: return UNW_INVALID instead of assert on unaligned addressesPaul Pluzhnikov2017-04-051-2/+4
* unw_init_local_signalDoug Moore2017-04-031-0/+2
* mips: support MIPS64 n32 modeVicente Olivert Riera2017-03-021-4/+7
* mips: remote unwind supportRene Nielsen2017-03-021-2/+2
* mips: fix compiler warningsRene Nielsen2017-02-141-3/+3
* Add aarch64 getcontext functionality.Christopher Ferris2017-01-241-2/+25