summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ALIAS unwind_get_accessorsDave Watson2017-12-2825-32/+38
* ALIAS dwarf symbolsDave Watson2017-12-281-5/+11
* Remove unw_handle_signal_frame from public API.Dave Watson2017-12-2819-29/+38
* Remove PROTECTED visibilityDave Watson2017-12-28183-231/+231
* dwarf: Fix size of state to avoid corrupting rs_stackMichael Munday2017-11-281-2/+2
* elfxx: store elf image pointer and size after mapping imageHans-Christian Noren Egtvedt2017-11-091-2/+5
* dwarf: Fix incorrect cfi execution (#54)Yichao Yu2017-11-011-42/+44
* dwarf: Allow DWARF version both 3 and 4 (#56)Yichao Yu2017-10-311-3/+4
* arm: Handle non-signal frame unwind info lookup in ARM exidx unwinder (#55)Yichao Yu2017-10-311-2/+5
* Use `ucontext_t` instead of `struct ucontext` (#49)Yichao Yu2017-10-311-1/+1
* Fix local unwind compilation on ARM (#48)Yichao Yu2017-10-231-0/+1
* dwarf/Gparser: fix crash during unwinding (#46)Konstantin Baladurin2017-10-171-6/+11
* x86: Fix build (#45)Konstantin Baladurin2017-10-171-0/+2
* arm: FreeBSD/ARMv6 portKonstantin Belousov2017-08-2416-198/+454
* x86: Add sigreturn asm stubDave Watson2017-08-242-2/+26
* dwarf: Fix incorrect application of restore_stateDave Watson2017-08-241-2/+4
* x86_64: fix mincore_validate and msync_validateJohannes Ziegenbalg2017-08-241-2/+51
* x86_64: Use `ucontext_t` instead of `struct ucontext`Yichao Yu2017-08-221-1/+1
* arm: argument type for unw_init_local2Guillaume Blanc2017-08-221-1/+1
* arm64: Support for restore of ARM64 Neon callee-saved registers during unwindLeonid Chistov2017-08-184-7/+27
* aarch64: PLT entry recognition & fixesJonathan Byrd2017-08-183-9/+67
* dwarf: Fix uninitialized variable c->dwarf.eh_valid_mask.Felipe Cerqueira2017-08-171-0/+1
* Change unw_init_local_signal to unw_init_local2(..., UNW_INIT_SIGNAL_FRAME)Dave Watson2017-08-168-16/+104
* half finished unw_local_init2Dave Watson2017-08-161-2/+13
* configure: Fix dangling link when --disable-static is specifiedDave Watson2017-08-161-1/+3
* elf: Don't use .gnu_debuglink if it doesn't existDave Watson2017-08-161-1/+15
* Bring back support for UNW_CACHE_PER_THREAD.Bert Wesarg2017-08-1515-14/+32
* Support dynamic unwind info on ARMYichao Yu2017-08-152-2/+9
* arm: Fix is_signal_frame bug for Thumb/Thumb2 modeMyungJoo Ham2017-08-151-3/+12
* arm: Return code correction for unw_step()MyungJoo Ham2017-08-151-1/+1
* arm: Expand memory validationMyungJoo Ham2017-08-151-5/+5
* dwarf: Fix cache size calculationDave Watson2017-08-151-5/+5
* core: Fix memory leak in libunwind-coredump.Felipe Cerqueira2017-08-141-0/+2
* aarch64: Use PTRACE_GETREGSET if availableStephen Chen2017-08-071-1/+44
* On aarch64, it is the X30 register, not the PC register, that is associated w...Doug Moore2017-08-071-2/+2
* Better imitate the choice of which register to identify as ipDoug Moore2017-08-071-2/+8
* For architectures that initialize the dwarf ip cache, but do notDoug Moore2017-08-075-4/+16
* ppc: Add register state and iterate functionsDoug Moore2017-07-258-0/+168
* ia64: : disable dwarf-specific code (#35)Sergei Trofimovich2017-07-184-2/+12
* dwarf: fix single_fdeDoug Moore2017-07-101-1/+2
* dwarf: fix synthetic eh_frame_hdrDoug Moore2017-07-062-8/+8
* Add a missing semicolon.Doug Moore2017-07-051-1/+1
* arm: Use dwarf_find_proc_info for arm dwarf processingDoug Moore2017-06-202-99/+88
* Don't give up on proc finding if dwarf_callback fails, butDoug Moore2017-06-161-13/+10
* Arm code uses dwarf before arm for finding proc info, but unlikeDoug Moore2017-06-161-0/+6
* Dwarf cache nodes are allocated in a round-robin fashion, despite theDoug Moore2017-06-161-10/+3
* Leave ret_addr_column out of the data that gets copied when pushing/poppingDoug Moore2017-05-204-114/+114
* Drop reference to dwarf.ret_addr_column.Doug Moore2017-05-1913-18/+1
* Have dwarf_step return 0 or 1 for success, according to whether theDoug Moore2017-05-192-5/+8
* Use the register_state version of ret_addr_column, rather than theDoug Moore2017-05-193-6/+6