summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version to 1.3.1v1.3.1v1.3-stableDave Watson2019-01-091-1/+1
* dwarf: clang doesn't respect the static alias (#102)Dave Watson2019-01-091-0/+5
* bump release to 1.3.0v1.3.0Dave Watson2019-01-071-2/+2
* dwarf: make dwarf_find_debug_frame publicDave Watson2018-04-031-1/+1
* Use syscall directly in write_validate to avoid ASAN errorsDave Watson2018-01-171-1/+3
* ALIAS unwind_get_accessorsDave Watson2018-01-0326-32/+40
* ALIAS dwarf symbolsDave Watson2018-01-033-6/+14
* Remove unw_handle_signal_frame from public API.Dave Watson2018-01-0320-31/+38
* Remove PROTECTED visibilityDave Watson2018-01-03185-235/+232
* dwarf: Fix size of state to avoid corrupting rs_stackMichael Munday2017-11-282-3/+3
* Bump version to 1.3-rc1v1.3-rc1Dave Watson2017-11-223-6/+24
* Default to --enable-debug-frame also on aarch64Adrian Bunk2017-11-211-0/+1
* 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-312-4/+6
* arm: Handle non-signal frame unwind info lookup in ARM exidx unwinder (#55)Yichao Yu2017-10-311-2/+5
* Fix intermittent test failure in test-resume-sig (#51)Yichao Yu2017-10-311-0/+8
* Ignore tests/Ltest-mem-validate (#52)Yichao Yu2017-10-311-0/+1
* Fix init-local-signal test (#50)Yichao Yu2017-10-312-2/+3
* 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
* check: Fix run-coredump-unwind-mdi when in a out-of-tree build.Bert Wesarg2017-09-211-1/+1
* arm: FreeBSD/ARMv6 portKonstantin Belousov2017-08-2421-201/+479
* multilib: XFAIL some testsDave Watson2017-08-242-0/+9
* 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-243-2/+197
* 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
* doc: Add generated doc files apply_reg_state and reg_states_iterateDave Watson2017-08-163-0/+228
* Change unw_init_local_signal to unw_init_local2(..., UNW_INIT_SIGNAL_FRAME)Dave Watson2017-08-1613-29/+119
* half finished unw_local_init2Dave Watson2017-08-163-6/+23
* 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-1521-31/+50
* Support dynamic unwind info on ARMYichao Yu2017-08-152-2/+9
* arm: getcontext switches back to thumb modeBernhard Rosenkraenzer2017-08-151-1/+2
* arm: Fix is_signal_frame bug for Thumb/Thumb2 modeMyungJoo Ham2017-08-151-3/+12
* Fix ARM jmpbuf header include bug.credmon2017-08-151-1/+1
* 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-072-2/+45
* tests: Fix heap overflow in coredump-unwind testPaul Pluzhnikov2017-08-071-1/+1